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": 12036,
    "total_words": 127454,
    "last_change": "2025-03-29T11:36:00.420617Z",
    "recent_changes": 109,
    "translated": 10168,
    "translated_words": 99427,
    "translated_percent": 84.4,
    "translated_words_percent": 78.0,
    "translated_chars": 595245,
    "translated_chars_percent": 77.9,
    "total_chars": 763872,
    "fuzzy": 244,
    "fuzzy_percent": 2.0,
    "failing": 256,
    "failing_percent": 2.1,
    "approved": 222,
    "approved_percent": 1.8,
    "readonly": 14,
    "readonly_percent": 0.1,
    "suggestions": 114,
    "comments": 58,
    "name": "Italian",
    "url": "https://translate.habitica.com/languages/it/"
}