Languages API.

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

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

{
    "total": 49463,
    "total_words": 319829,
    "total_chars": 2049416,
    "last_change": "2025-04-28T18:20:27.053160Z",
    "recent_changes": 17,
    "translated": 6709,
    "translated_words": 26539,
    "translated_percent": 13.5,
    "translated_words_percent": 8.2,
    "translated_chars": 166611,
    "translated_chars_percent": 8.1,
    "fuzzy": 3982,
    "fuzzy_percent": 8.0,
    "fuzzy_words": 21259,
    "fuzzy_words_percent": 6.6,
    "fuzzy_chars": 137685,
    "fuzzy_chars_percent": 6.7,
    "failing": 1379,
    "failing_percent": 2.7,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 10,
    "readonly_percent": 0.1,
    "readonly_words": 16,
    "readonly_words_percent": 0.1,
    "readonly_chars": 124,
    "readonly_chars_percent": 0.1,
    "suggestions": 2140,
    "comments": 0,
    "name": "Serbian (Latin script)",
    "url": "https://translate.fedoraproject.org/languages/sr_Latn/"
}