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": 6813,
    "total_words": 55452,
    "total_chars": 370350,
    "last_change": "2026-03-19T19:57:55.276442Z",
    "recent_changes": 5943,
    "translated": 6600,
    "translated_words": 53352,
    "translated_percent": 96.8,
    "translated_words_percent": 96.2,
    "translated_chars": 356953,
    "translated_chars_percent": 96.3,
    "fuzzy": 6,
    "fuzzy_percent": 0.1,
    "failing": 24,
    "failing_percent": 0.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Kyrgyz",
    "url": "http://translate.pkp.sfu.ca/languages/ky/"
}