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": 227713,
    "total_words": 3467810,
    "total_chars": 25286070,
    "last_change": "2025-03-12T23:56:22.037173Z",
    "recent_changes": 4488,
    "translated": 143795,
    "translated_words": 2009609,
    "translated_percent": 63.1,
    "translated_words_percent": 57.9,
    "translated_chars": 14836873,
    "translated_chars_percent": 58.6,
    "fuzzy": 8760,
    "fuzzy_percent": 3.8,
    "fuzzy_words": 176454,
    "fuzzy_words_percent": 5.0,
    "fuzzy_chars": 1272766,
    "fuzzy_chars_percent": 5.0,
    "failing": 26446,
    "failing_percent": 11.6,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 83,
    "readonly_percent": 0.1,
    "readonly_words": 367,
    "readonly_words_percent": 0.1,
    "readonly_chars": 4644,
    "readonly_chars_percent": 0.1,
    "suggestions": 21986,
    "comments": 4,
    "name": "Indonesian",
    "url": "https://translate.fedoraproject.org/languages/id/"
}