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": 2243,
    "total_words": 8996,
    "last_change": "2026-05-13T10:26:52.762561Z",
    "recent_changes": 5,
    "translated": 786,
    "translated_words": 2614,
    "translated_percent": 35.0,
    "translated_words_percent": 29.0,
    "translated_chars": 15906,
    "translated_chars_percent": 28.0,
    "total_chars": 56631,
    "fuzzy": 18,
    "fuzzy_percent": 0.8,
    "failing": 20,
    "failing_percent": 0.8,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "name": "Ukrainian",
    "url": "https://translate.memarc.info/languages/uk/"
}