Languages API.

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

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

{
    "total": 11420,
    "total_words": 118312,
    "last_change": "2024-05-09T12:40:40.633077Z",
    "recent_changes": 196,
    "translated": 9925,
    "translated_words": 96245,
    "translated_percent": 86.9,
    "translated_words_percent": 81.3,
    "translated_chars": 577394,
    "translated_chars_percent": 81.3,
    "total_chars": 709824,
    "fuzzy": 215,
    "fuzzy_percent": 1.8,
    "failing": 227,
    "failing_percent": 1.9,
    "approved": 222,
    "approved_percent": 1.9,
    "readonly": 7,
    "readonly_percent": 0.1,
    "suggestions": 63,
    "comments": 58,
    "name": "Italian",
    "url": "https://translate.habitica.com/languages/it/"
}