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": 12341,
    "total_words": 128016,
    "last_change": "2025-03-24T12:53:45.110690Z",
    "recent_changes": 158,
    "translated": 12341,
    "translated_words": 128016,
    "translated_percent": 100.0,
    "translated_words_percent": 100.0,
    "translated_chars": 767385,
    "translated_chars_percent": 100.0,
    "total_chars": 767385,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 1,
    "failing_percent": 0.1,
    "approved": 7873,
    "approved_percent": 63.7,
    "readonly": 14,
    "readonly_percent": 0.1,
    "suggestions": 60,
    "comments": 25,
    "name": "French",
    "url": "https://translate.habitica.com/languages/fr/"
}