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": 12469,
    "total_words": 132322,
    "last_change": "2025-12-03T16:37:48.084611Z",
    "recent_changes": 709,
    "translated": 9934,
    "translated_words": 94912,
    "translated_percent": 79.6,
    "translated_words_percent": 71.7,
    "translated_chars": 569247,
    "translated_chars_percent": 71.8,
    "total_chars": 792416,
    "fuzzy": 261,
    "fuzzy_percent": 2.0,
    "failing": 600,
    "failing_percent": 4.8,
    "approved": 1564,
    "approved_percent": 12.5,
    "readonly": 13,
    "readonly_percent": 0.1,
    "suggestions": 252,
    "comments": 18,
    "name": "Dutch",
    "url": "https://translate.habitica.com/languages/nl/"
}