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": 2631,
    "total_words": 11576,
    "last_change": "2026-03-01T18:20:05.327675Z",
    "recent_changes": 470,
    "translated": 1861,
    "translated_words": 7682,
    "translated_percent": 70.7,
    "translated_words_percent": 66.3,
    "translated_chars": 47579,
    "translated_chars_percent": 66.1,
    "total_chars": 71929,
    "fuzzy": 96,
    "fuzzy_percent": 3.6,
    "failing": 29,
    "failing_percent": 1.1,
    "name": "Dutch",
    "url": "http://i18n.foe-helper.com/languages/nl/"
}