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": 1543,
    "total_words": 6582,
    "total_chars": 39791,
    "last_change": "2026-02-17T12:11:38.996449Z",
    "recent_changes": 30,
    "translated": 823,
    "translated_words": 2169,
    "translated_percent": 53.3,
    "translated_words_percent": 32.9,
    "translated_chars": 13474,
    "translated_chars_percent": 33.8,
    "fuzzy": 78,
    "fuzzy_percent": 5.0,
    "fuzzy_words": 339,
    "fuzzy_words_percent": 5.1,
    "fuzzy_chars": 1918,
    "fuzzy_chars_percent": 4.8,
    "failing": 222,
    "failing_percent": 14.3,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 29,
    "readonly_percent": 1.8,
    "readonly_words": 67,
    "readonly_words_percent": 1.0,
    "readonly_chars": 496,
    "readonly_chars_percent": 1.2,
    "suggestions": 2,
    "comments": 0,
    "name": "Dutch",
    "url": "http://translate.gtaf.org/languages/nl/"
}