Languages API.

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

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

{
    "total": 32610,
    "total_words": 152850,
    "total_chars": 942308,
    "last_change": "2024-05-06T13:27:10.515190Z",
    "recent_changes": 3158,
    "translated": 29325,
    "translated_words": 138602,
    "translated_percent": 89.9,
    "translated_words_percent": 90.6,
    "translated_chars": 857202,
    "translated_chars_percent": 90.9,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 267,
    "failing_percent": 0.8,
    "approved": 19289,
    "approved_percent": 59.1,
    "approved_words": 92151,
    "approved_words_percent": 60.2,
    "approved_chars": 571985,
    "approved_chars_percent": 60.7,
    "readonly": 41,
    "readonly_percent": 0.1,
    "readonly_words": 60,
    "readonly_words_percent": 0.1,
    "readonly_chars": 365,
    "readonly_chars_percent": 0.1,
    "suggestions": 30,
    "comments": 0,
    "name": "Italian",
    "url": "https://kodi.weblate.cloud/languages/it_it/"
}