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": 2224,
    "total_words": 9737,
    "last_change": "2026-03-01T18:20:05.327675Z",
    "recent_changes": 472,
    "translated": 1908,
    "translated_words": 8047,
    "translated_percent": 85.7,
    "translated_words_percent": 82.6,
    "translated_chars": 50548,
    "translated_chars_percent": 81.9,
    "total_chars": 61684,
    "fuzzy": 84,
    "fuzzy_percent": 3.7,
    "failing": 30,
    "failing_percent": 1.3,
    "name": "Dutch",
    "url": "http://i18n.foe-helper.com/languages/nl/"
}