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": 19033,
    "total_words": 76476,
    "last_change": "2026-03-05T11:30:06.861681Z",
    "recent_changes": 1831,
    "translated": 13980,
    "translated_words": 49793,
    "translated_percent": 73.4,
    "translated_words_percent": 65.1,
    "translated_chars": 333853,
    "translated_chars_percent": 50.3,
    "total_chars": 663238,
    "fuzzy": 35,
    "fuzzy_percent": 0.1,
    "failing": 3653,
    "failing_percent": 19.1,
    "name": "Ukrainian",
    "url": "http://weblate.crnd.pro/languages/uk/"
}