Languages API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/languages/id/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 228965,
    "total_words": 3493096,
    "total_chars": 25464159,
    "last_change": "2025-04-28T15:11:17.705653Z",
    "recent_changes": 4813,
    "translated": 144616,
    "translated_words": 2019613,
    "translated_percent": 63.1,
    "translated_words_percent": 57.8,
    "translated_chars": 14904639,
    "translated_chars_percent": 58.5,
    "fuzzy": 8849,
    "fuzzy_percent": 3.8,
    "fuzzy_words": 178423,
    "fuzzy_words_percent": 5.1,
    "fuzzy_chars": 1287434,
    "fuzzy_chars_percent": 5.0,
    "failing": 26414,
    "failing_percent": 11.5,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 90,
    "readonly_percent": 0.1,
    "readonly_words": 373,
    "readonly_words_percent": 0.1,
    "readonly_chars": 4679,
    "readonly_chars_percent": 0.1,
    "suggestions": 22300,
    "comments": 3,
    "name": "Indonesian",
    "url": "https://translate.fedoraproject.org/languages/id/"
}