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": 2204,
    "total_words": 9630,
    "last_change": "2026-03-01T18:20:05.327675Z",
    "recent_changes": 472,
    "translated": 1944,
    "translated_words": 8263,
    "translated_percent": 88.2,
    "translated_words_percent": 85.8,
    "translated_chars": 52069,
    "translated_chars_percent": 85.4,
    "total_chars": 60968,
    "fuzzy": 48,
    "fuzzy_percent": 2.1,
    "failing": 27,
    "failing_percent": 1.2,
    "name": "Dutch",
    "url": "http://i18n.foe-helper.com/languages/nl/"
}