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": 2188,
    "total_words": 9583,
    "last_change": "2026-03-01T18:20:05.327675Z",
    "recent_changes": 472,
    "translated": 1949,
    "translated_words": 8304,
    "translated_percent": 89.0,
    "translated_words_percent": 86.6,
    "translated_chars": 52312,
    "translated_chars_percent": 86.2,
    "total_chars": 60681,
    "fuzzy": 43,
    "fuzzy_percent": 1.9,
    "failing": 27,
    "failing_percent": 1.2,
    "name": "Dutch",
    "url": "http://i18n.foe-helper.com/languages/nl/"
}