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": 12779,
    "total_words": 132869,
    "last_change": "2025-12-05T08:09:22.730269Z",
    "recent_changes": 180,
    "translated": 12779,
    "translated_words": 132869,
    "translated_percent": 100.0,
    "translated_words_percent": 100.0,
    "translated_chars": 795891,
    "translated_chars_percent": 100.0,
    "total_chars": 795891,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 2,
    "failing_percent": 0.1,
    "approved": 7689,
    "approved_percent": 60.1,
    "readonly": 15,
    "readonly_percent": 0.1,
    "suggestions": 74,
    "comments": 26,
    "name": "French",
    "url": "https://translate.habitica.com/languages/fr/"
}