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": 5319,
    "total_words": 58557,
    "total_chars": 475523,
    "last_change": "2026-07-23T09:02:07.763753Z",
    "recent_changes": 16,
    "translated": 424,
    "translated_words": 1243,
    "translated_percent": 7.9,
    "translated_words_percent": 2.1,
    "translated_chars": 17656,
    "translated_chars_percent": 3.7,
    "fuzzy": 313,
    "fuzzy_percent": 5.8,
    "fuzzy_words": 1663,
    "fuzzy_words_percent": 2.8,
    "fuzzy_chars": 22512,
    "fuzzy_chars_percent": 4.7,
    "failing": 167,
    "failing_percent": 3.1,
    "approved": 293,
    "approved_percent": 5.5,
    "approved_words": 894,
    "approved_words_percent": 1.5,
    "approved_chars": 13095,
    "approved_chars_percent": 2.7,
    "readonly": 34,
    "readonly_percent": 0.6,
    "readonly_words": 97,
    "readonly_words_percent": 0.1,
    "readonly_chars": 998,
    "readonly_chars_percent": 0.2,
    "suggestions": 93,
    "comments": 0,
    "name": "Serbian (Latin script)",
    "url": "https://translate.tails.net/languages/sr_Latn/"
}