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": 12702,
    "total_words": 134862,
    "last_change": "2026-05-08T14:42:44.143397Z",
    "recent_changes": 114,
    "translated": 12461,
    "translated_words": 132127,
    "translated_percent": 98.1,
    "translated_words_percent": 97.9,
    "translated_chars": 791343,
    "translated_chars_percent": 97.9,
    "total_chars": 807541,
    "fuzzy": 52,
    "fuzzy_percent": 0.4,
    "failing": 56,
    "failing_percent": 0.4,
    "approved": 7058,
    "approved_percent": 55.5,
    "readonly": 16,
    "readonly_percent": 0.1,
    "suggestions": 179,
    "comments": 101,
    "name": "German",
    "url": "https://translate.habitica.com/languages/de/"
}