Languages API.

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

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

{
    "total": 12048,
    "total_words": 127503,
    "last_change": "2025-04-03T09:26:56.607598Z",
    "recent_changes": 140,
    "translated": 11707,
    "translated_words": 123907,
    "translated_percent": 97.1,
    "translated_words_percent": 97.1,
    "translated_chars": 742848,
    "translated_chars_percent": 97.1,
    "total_chars": 764282,
    "fuzzy": 10,
    "fuzzy_percent": 0.1,
    "failing": 284,
    "failing_percent": 2.3,
    "approved": 7080,
    "approved_percent": 58.7,
    "readonly": 12,
    "readonly_percent": 0.1,
    "suggestions": 176,
    "comments": 95,
    "name": "German",
    "url": "https://translate.habitica.com/languages/de/"
}