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": 283631,
    "total_words": 2397666,
    "total_chars": 19019284,
    "last_change": "2024-04-23T06:12:21.789758Z",
    "recent_changes": 372,
    "translated": 123309,
    "translated_words": 395500,
    "translated_percent": 43.4,
    "translated_words_percent": 16.4,
    "translated_chars": 2650596,
    "translated_chars_percent": 13.9,
    "fuzzy": 30,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 128,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 771,
    "fuzzy_chars_percent": 0.1,
    "failing": 1212,
    "failing_percent": 0.4,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 47,
    "readonly_percent": 0.1,
    "readonly_words": 78,
    "readonly_words_percent": 0.1,
    "readonly_chars": 560,
    "readonly_chars_percent": 0.1,
    "suggestions": 25,
    "comments": 0,
    "name": "Croatian",
    "url": "https://translations.documentfoundation.org/languages/hr/"
}