Languages API.

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

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

{
    "total": 32679,
    "total_words": 152949,
    "total_chars": 942923,
    "last_change": "2024-05-05T21:30:31.649784Z",
    "recent_changes": 182,
    "translated": 9242,
    "translated_words": 26705,
    "translated_percent": 28.2,
    "translated_words_percent": 17.4,
    "translated_chars": 164456,
    "translated_chars_percent": 17.4,
    "fuzzy": 1,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 16,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 95,
    "fuzzy_chars_percent": 0.1,
    "failing": 10,
    "failing_percent": 0.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 39,
    "readonly_percent": 0.1,
    "readonly_words": 58,
    "readonly_words_percent": 0.1,
    "readonly_chars": 345,
    "readonly_chars_percent": 0.1,
    "suggestions": 9,
    "comments": 0,
    "name": "English (Australia)",
    "url": "https://kodi.weblate.cloud/languages/en_au/"
}