Languages API.

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

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

{
    "total": 32654,
    "total_words": 152899,
    "total_chars": 942623,
    "last_change": "2024-05-05T21:30:35.918776Z",
    "recent_changes": 3450,
    "translated": 21120,
    "translated_words": 96388,
    "translated_percent": 64.6,
    "translated_words_percent": 63.0,
    "translated_chars": 594231,
    "translated_chars_percent": 63.0,
    "fuzzy": 2,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 181,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 1447,
    "fuzzy_chars_percent": 0.1,
    "failing": 145,
    "failing_percent": 0.4,
    "approved": 10757,
    "approved_percent": 32.9,
    "approved_words": 52283,
    "approved_words_percent": 34.1,
    "approved_chars": 321583,
    "approved_chars_percent": 34.1,
    "readonly": 39,
    "readonly_percent": 0.1,
    "readonly_words": 58,
    "readonly_words_percent": 0.1,
    "readonly_chars": 345,
    "readonly_chars_percent": 0.1,
    "suggestions": 16,
    "comments": 0,
    "name": "Croatian",
    "url": "https://kodi.weblate.cloud/languages/hr_hr/"
}