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": 12821,
    "total_words": 133305,
    "last_change": "2026-01-28T21:20:43.886737Z",
    "recent_changes": 191,
    "translated": 12817,
    "translated_words": 133184,
    "translated_percent": 99.9,
    "translated_words_percent": 99.9,
    "translated_chars": 797755,
    "translated_chars_percent": 99.9,
    "total_chars": 798475,
    "fuzzy": 4,
    "fuzzy_percent": 0.1,
    "failing": 6,
    "failing_percent": 0.1,
    "approved": 7677,
    "approved_percent": 59.8,
    "readonly": 18,
    "readonly_percent": 0.1,
    "suggestions": 75,
    "comments": 27,
    "name": "French",
    "url": "https://translate.habitica.com/languages/fr/"
}