Languages API.

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

GET /api/languages/tr/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:08.744159Z",
    "recent_changes": 9,
    "translated": 492,
    "translated_words": 1456,
    "translated_percent": 9.2,
    "translated_words_percent": 2.4,
    "translated_chars": 20780,
    "translated_chars_percent": 4.3,
    "fuzzy": 376,
    "fuzzy_percent": 7.0,
    "fuzzy_words": 1995,
    "fuzzy_words_percent": 3.4,
    "fuzzy_chars": 27001,
    "fuzzy_chars_percent": 5.6,
    "failing": 236,
    "failing_percent": 4.4,
    "approved": 304,
    "approved_percent": 5.7,
    "approved_words": 909,
    "approved_words_percent": 1.5,
    "approved_chars": 12655,
    "approved_chars_percent": 2.6,
    "readonly": 34,
    "readonly_percent": 0.6,
    "readonly_words": 97,
    "readonly_words_percent": 0.1,
    "readonly_chars": 998,
    "readonly_chars_percent": 0.2,
    "suggestions": 132,
    "comments": 0,
    "name": "Turkish",
    "url": "https://translate.tails.net/languages/tr/"
}