Languages API.

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

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

{
    "total": 12569,
    "total_words": 132538,
    "last_change": "2025-11-26T01:46:49.179826Z",
    "recent_changes": 116,
    "translated": 6301,
    "translated_words": 58191,
    "translated_percent": 50.1,
    "translated_words_percent": 43.9,
    "translated_chars": 350743,
    "translated_chars_percent": 44.1,
    "total_chars": 793928,
    "fuzzy": 389,
    "fuzzy_percent": 3.0,
    "failing": 940,
    "failing_percent": 7.4,
    "approved": 1,
    "approved_percent": 0.1,
    "readonly": 14,
    "readonly_percent": 0.1,
    "suggestions": 48,
    "comments": 9,
    "name": "Danish",
    "url": "https://translate.habitica.com/languages/da/"
}