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": 12695,
    "total_words": 134513,
    "last_change": "2026-03-20T14:21:14.166618Z",
    "recent_changes": 311,
    "translated": 10353,
    "translated_words": 99175,
    "translated_percent": 81.5,
    "translated_words_percent": 73.7,
    "translated_chars": 594444,
    "translated_chars_percent": 73.7,
    "total_chars": 805549,
    "fuzzy": 233,
    "fuzzy_percent": 1.8,
    "failing": 563,
    "failing_percent": 4.4,
    "approved": 1547,
    "approved_percent": 12.1,
    "readonly": 16,
    "readonly_percent": 0.1,
    "suggestions": 262,
    "comments": 18,
    "name": "Dutch",
    "url": "https://translate.habitica.com/languages/nl/"
}