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": 9231,
    "total_words": 79118,
    "total_chars": 533651,
    "last_change": "2026-02-03T09:37:17.718164Z",
    "recent_changes": 639,
    "translated": 8885,
    "translated_words": 73021,
    "translated_percent": 96.2,
    "translated_words_percent": 92.2,
    "translated_chars": 489755,
    "translated_chars_percent": 91.7,
    "fuzzy": 22,
    "fuzzy_percent": 0.2,
    "failing": 150,
    "failing_percent": 1.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 17,
    "readonly_percent": 0.1,
    "suggestions": 2,
    "comments": 0,
    "name": "Turkish",
    "url": "http://translate.pkp.sfu.ca/languages/tr/"
}