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": 5626,
    "total_words": 45024,
    "last_change": "2025-11-25T13:27:15.531138Z",
    "recent_changes": 1387,
    "translated": 4356,
    "translated_words": 38437,
    "translated_percent": 77.4,
    "translated_words_percent": 85.3,
    "translated_chars": 232866,
    "translated_chars_percent": 86.2,
    "total_chars": 270074,
    "fuzzy": 1184,
    "fuzzy_percent": 21.0,
    "failing": 1696,
    "failing_percent": 30.1,
    "approved": 471,
    "approved_percent": 8.3,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 1,
    "comments": 0,
    "name": "Dutch",
    "url": "https://traduk.amikumu.com/languages/nl/"
}