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": 6353,
    "total_words": 24490,
    "total_chars": 160959,
    "last_change": "2024-04-28T02:09:38.148342Z",
    "recent_changes": 105,
    "translated": 2844,
    "translated_words": 7799,
    "translated_percent": 44.7,
    "translated_words_percent": 31.8,
    "translated_chars": 52841,
    "translated_chars_percent": 32.8,
    "fuzzy": 805,
    "fuzzy_percent": 12.6,
    "fuzzy_words": 3242,
    "fuzzy_words_percent": 13.2,
    "fuzzy_chars": 22081,
    "fuzzy_chars_percent": 13.7,
    "failing": 430,
    "failing_percent": 6.7,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 8,
    "readonly_percent": 0.1,
    "readonly_words": 8,
    "readonly_words_percent": 0.1,
    "readonly_chars": 120,
    "readonly_chars_percent": 0.1,
    "suggestions": 322,
    "comments": 0,
    "name": "Croatian",
    "url": "https://l10n.elementary.io/languages/hr/"
}