Languages API.

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

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

{
    "total": 1776,
    "total_words": 6901,
    "total_chars": 42725,
    "last_change": "2025-08-11T18:46:37.838775Z",
    "recent_changes": 1,
    "translated": 114,
    "translated_words": 302,
    "translated_percent": 6.4,
    "translated_words_percent": 4.3,
    "translated_chars": 1799,
    "translated_chars_percent": 4.2,
    "fuzzy": 1045,
    "fuzzy_percent": 58.8,
    "failing": 344,
    "failing_percent": 19.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 9,
    "readonly_percent": 0.5,
    "suggestions": 0,
    "comments": 0,
    "name": "Belarusian (latin)",
    "url": "https://translate.gajim.org/languages/be_Latn/"
}