Languages API.

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

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

{
    "total": 9737,
    "total_words": 84814,
    "total_chars": 571848,
    "last_change": "2026-04-12T16:11:24.696874Z",
    "recent_changes": 433,
    "translated": 9736,
    "translated_words": 84769,
    "translated_percent": 99.9,
    "translated_words_percent": 99.9,
    "translated_chars": 571335,
    "translated_chars_percent": 99.9,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 9,
    "failing_percent": 0.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 8,
    "readonly_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "name": "Czech",
    "url": "http://translate.pkp.sfu.ca/languages/cs/"
}