Languages API.

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

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

{
    "total": 9707,
    "total_words": 84327,
    "total_chars": 568617,
    "last_change": "2025-12-25T09:45:06.321654Z",
    "recent_changes": 1218,
    "translated": 9700,
    "translated_words": 84318,
    "translated_percent": 99.9,
    "translated_words_percent": 99.9,
    "translated_chars": 568557,
    "translated_chars_percent": 99.9,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 10,
    "failing_percent": 0.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 19,
    "readonly_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "name": "Ukrainian",
    "url": "http://translate.pkp.sfu.ca/languages/uk/"
}