Languages API.

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

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

{
    "total": 33546,
    "total_words": 154334,
    "total_chars": 951544,
    "last_change": "2024-05-02T09:03:28.814869Z",
    "recent_changes": 0,
    "translated": 33546,
    "translated_words": 154334,
    "translated_percent": 100.0,
    "translated_words_percent": 100.0,
    "translated_chars": 951544,
    "translated_chars_percent": 100.0,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 4410,
    "failing_percent": 13.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 32769,
    "readonly_percent": 97.6,
    "readonly_words": 153304,
    "readonly_words_percent": 99.3,
    "readonly_chars": 945204,
    "readonly_chars_percent": 99.3,
    "suggestions": 0,
    "comments": 78,
    "name": "English (United Kingdom)",
    "url": "https://kodi.weblate.cloud/languages/en_gb/"
}