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": 12741,
    "total_words": 134623,
    "last_change": "2026-05-03T18:30:36.281944Z",
    "recent_changes": 165,
    "translated": 12741,
    "translated_words": 134623,
    "translated_percent": 100.0,
    "translated_words_percent": 100.0,
    "translated_chars": 806236,
    "translated_chars_percent": 100.0,
    "total_chars": 806236,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 1,
    "failing_percent": 0.1,
    "approved": 222,
    "approved_percent": 1.7,
    "readonly": 19,
    "readonly_percent": 0.1,
    "suggestions": 85,
    "comments": 62,
    "name": "Italian",
    "url": "https://translate.habitica.com/languages/it/"
}