Languages API.

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

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

{
    "total": 6215,
    "total_words": 49912,
    "total_chars": 335920,
    "last_change": "2025-09-10T09:20:40.987955Z",
    "recent_changes": 2590,
    "translated": 5548,
    "translated_words": 43039,
    "translated_percent": 89.2,
    "translated_words_percent": 86.2,
    "translated_chars": 289202,
    "translated_chars_percent": 86.0,
    "fuzzy": 11,
    "fuzzy_percent": 0.1,
    "failing": 49,
    "failing_percent": 0.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 4,
    "readonly_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "name": "Thai",
    "url": "http://translate.pkp.sfu.ca/languages/th/"
}