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": 1104,
    "total_words": 6230,
    "total_chars": 36292,
    "last_change": "2025-08-05T19:09:04.343310Z",
    "recent_changes": 8,
    "translated": 218,
    "translated_words": 1275,
    "translated_percent": 19.7,
    "translated_words_percent": 20.4,
    "translated_chars": 7636,
    "translated_chars_percent": 21.0,
    "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.4,
    "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": 19,
    "comments": 15,
    "name": "Dutch",
    "url": "https://weblate.foundryvtt-hub.com/languages/nl/"
}