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": 12168,
    "total_words": 127739,
    "last_change": "2025-03-05T19:05:09.745578Z",
    "recent_changes": 109,
    "translated": 6437,
    "translated_words": 62528,
    "translated_percent": 52.9,
    "translated_words_percent": 48.9,
    "translated_chars": 377528,
    "translated_chars_percent": 49.2,
    "total_chars": 765815,
    "fuzzy": 256,
    "fuzzy_percent": 2.1,
    "failing": 840,
    "failing_percent": 6.9,
    "approved": 1,
    "approved_percent": 0.1,
    "readonly": 13,
    "readonly_percent": 0.1,
    "suggestions": 48,
    "comments": 9,
    "name": "Danish",
    "url": "https://translate.habitica.com/languages/da/"
}