Languages API.

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

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

{
    "total": 54665,
    "total_words": 954175,
    "last_change": "2026-08-16T19:30:05.815364Z",
    "recent_changes": 360,
    "translated": 3488,
    "translated_words": 53544,
    "translated_percent": 6.3,
    "translated_words_percent": 5.6,
    "translated_chars": 447798,
    "translated_chars_percent": 6.3,
    "total_chars": 7057162,
    "fuzzy": 6706,
    "fuzzy_percent": 12.2,
    "failing": 6530,
    "failing_percent": 11.9,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 2,
    "readonly_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "name": "Turkish",
    "url": "https://translate-dev.freebsd.org/languages/tr_TR/"
}