Languages API.

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

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

{
    "total": 12987,
    "total_words": 135036,
    "last_change": "2026-03-20T14:21:04.443367Z",
    "recent_changes": 311,
    "translated": 12958,
    "translated_words": 134327,
    "translated_percent": 99.7,
    "translated_words_percent": 99.4,
    "translated_chars": 804426,
    "translated_chars_percent": 99.4,
    "total_chars": 808850,
    "fuzzy": 13,
    "fuzzy_percent": 0.1,
    "failing": 16,
    "failing_percent": 0.1,
    "approved": 7646,
    "approved_percent": 58.8,
    "readonly": 18,
    "readonly_percent": 0.1,
    "suggestions": 75,
    "comments": 27,
    "name": "French",
    "url": "https://translate.habitica.com/languages/fr/"
}