Languages API.

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

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

{
    "total": 1394,
    "total_words": 5801,
    "total_chars": 35332,
    "last_change": "2025-11-26T07:12:09.769783Z",
    "recent_changes": 18,
    "translated": 986,
    "translated_words": 3089,
    "translated_percent": 70.7,
    "translated_words_percent": 53.2,
    "translated_chars": 18810,
    "translated_chars_percent": 53.2,
    "fuzzy": 108,
    "fuzzy_percent": 7.7,
    "fuzzy_words": 529,
    "fuzzy_words_percent": 9.1,
    "fuzzy_chars": 2896,
    "fuzzy_chars_percent": 8.1,
    "failing": 145,
    "failing_percent": 10.4,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 104,
    "readonly_percent": 7.4,
    "readonly_words": 622,
    "readonly_words_percent": 10.7,
    "readonly_chars": 3850,
    "readonly_chars_percent": 10.8,
    "suggestions": 0,
    "comments": 0,
    "name": "Croatian",
    "url": "http://translate.gtaf.org/languages/hr/"
}