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": 1344,
    "total_words": 5193,
    "total_chars": 31402,
    "last_change": "2025-10-19T06:07:54.657433Z",
    "recent_changes": 27,
    "translated": 912,
    "translated_words": 2816,
    "translated_percent": 67.8,
    "translated_words_percent": 54.2,
    "translated_chars": 17332,
    "translated_chars_percent": 55.1,
    "fuzzy": 71,
    "fuzzy_percent": 5.2,
    "fuzzy_words": 276,
    "fuzzy_words_percent": 5.3,
    "fuzzy_chars": 1564,
    "fuzzy_chars_percent": 4.9,
    "failing": 218,
    "failing_percent": 16.2,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 104,
    "readonly_percent": 7.7,
    "readonly_words": 622,
    "readonly_words_percent": 11.9,
    "readonly_chars": 3850,
    "readonly_chars_percent": 12.2,
    "suggestions": 3,
    "comments": 0,
    "name": "Dutch",
    "url": "http://translate.gtaf.org/languages/nl/"
}