Languages API.

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

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

{
    "total": 7562,
    "total_words": 62421,
    "total_chars": 419070,
    "last_change": "2026-07-12T12:41:58.515730Z",
    "recent_changes": 2824,
    "translated": 7494,
    "translated_words": 61104,
    "translated_percent": 99.1,
    "translated_words_percent": 97.8,
    "translated_chars": 410974,
    "translated_chars_percent": 98.0,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 45,
    "failing_percent": 0.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 2,
    "readonly_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "name": "Kyrgyz",
    "url": "http://translate.pkp.sfu.ca/languages/ky/"
}