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": 13001,
    "total_words": 322585,
    "total_chars": 2547845,
    "last_change": "2026-04-08T10:59:59.440649Z",
    "recent_changes": 8,
    "translated": 12637,
    "translated_words": 299354,
    "translated_percent": 97.2,
    "translated_words_percent": 92.7,
    "translated_chars": 2337896,
    "translated_chars_percent": 91.7,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 190,
    "comments": 34,
    "name": "Ukrainian",
    "url": "https://weblate.mineland.net/languages/uk/"
}