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": 12161,
    "total_words": 129016,
    "last_change": "2025-06-26T09:37:32.956843Z",
    "recent_changes": 240,
    "translated": 10531,
    "translated_words": 104930,
    "translated_percent": 86.5,
    "translated_words_percent": 81.3,
    "translated_chars": 629338,
    "translated_chars_percent": 81.4,
    "total_chars": 773007,
    "fuzzy": 169,
    "fuzzy_percent": 1.3,
    "failing": 180,
    "failing_percent": 1.4,
    "approved": 222,
    "approved_percent": 1.8,
    "readonly": 15,
    "readonly_percent": 0.1,
    "suggestions": 144,
    "comments": 61,
    "name": "Italian",
    "url": "https://translate.habitica.com/languages/it/"
}