Languages API.

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

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

{
    "total": 12511,
    "total_words": 132758,
    "last_change": "2026-01-28T21:20:48.308113Z",
    "recent_changes": 700,
    "translated": 9905,
    "translated_words": 94345,
    "translated_percent": 79.1,
    "translated_words_percent": 71.0,
    "translated_chars": 565892,
    "translated_chars_percent": 71.1,
    "total_chars": 795000,
    "fuzzy": 287,
    "fuzzy_percent": 2.2,
    "failing": 630,
    "failing_percent": 5.0,
    "approved": 1550,
    "approved_percent": 12.3,
    "readonly": 16,
    "readonly_percent": 0.1,
    "suggestions": 252,
    "comments": 18,
    "name": "Dutch",
    "url": "https://translate.habitica.com/languages/nl/"
}