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": 1316,
    "total_words": 7104,
    "total_chars": 41585,
    "last_change": "2026-05-27T09:37:53.585233Z",
    "recent_changes": 8,
    "translated": 218,
    "translated_words": 1275,
    "translated_percent": 16.5,
    "translated_words_percent": 17.9,
    "translated_chars": 7636,
    "translated_chars_percent": 18.3,
    "fuzzy": 1,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 6,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 44,
    "fuzzy_chars_percent": 0.1,
    "failing": 5,
    "failing_percent": 0.3,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 3,
    "comments": 15,
    "name": "Dutch",
    "url": "https://weblate.foundryvtt-hub.com/languages/nl/"
}