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": 12739,
    "total_words": 134899,
    "last_change": "2026-05-07T15:56:57.128830Z",
    "recent_changes": 280,
    "translated": 10558,
    "translated_words": 100579,
    "translated_percent": 82.8,
    "translated_words_percent": 74.5,
    "translated_chars": 602672,
    "translated_chars_percent": 74.6,
    "total_chars": 807675,
    "fuzzy": 220,
    "fuzzy_percent": 1.7,
    "failing": 539,
    "failing_percent": 4.2,
    "approved": 1547,
    "approved_percent": 12.1,
    "readonly": 16,
    "readonly_percent": 0.1,
    "suggestions": 302,
    "comments": 18,
    "name": "Dutch",
    "url": "https://translate.habitica.com/languages/nl/"
}