Languages API.

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

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

{
    "total": 32003,
    "total_words": 150533,
    "total_chars": 928665,
    "last_change": "2024-05-05T21:30:12.554897Z",
    "recent_changes": 803,
    "translated": 17451,
    "translated_words": 69711,
    "translated_percent": 54.5,
    "translated_words_percent": 46.3,
    "translated_chars": 429260,
    "translated_chars_percent": 46.2,
    "fuzzy": 2,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 181,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 1447,
    "fuzzy_chars_percent": 0.1,
    "failing": 131,
    "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": 39,
    "readonly_percent": 0.1,
    "readonly_words": 58,
    "readonly_words_percent": 0.1,
    "readonly_chars": 345,
    "readonly_chars_percent": 0.1,
    "suggestions": 14,
    "comments": 0,
    "name": "Hebrew (Israel)",
    "url": "https://kodi.weblate.cloud/languages/he_il/"
}