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": 6854,
    "total_words": 55076,
    "total_chars": 372244,
    "last_change": "2025-02-28T23:32:12.778759Z",
    "recent_changes": 216,
    "translated": 5648,
    "translated_words": 44222,
    "translated_percent": 82.4,
    "translated_words_percent": 80.2,
    "translated_chars": 299845,
    "translated_chars_percent": 80.5,
    "fuzzy": 39,
    "fuzzy_percent": 0.5,
    "failing": 77,
    "failing_percent": 1.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 48,
    "readonly_percent": 0.7,
    "suggestions": 0,
    "comments": 0,
    "name": "Dutch",
    "url": "http://translate.pkp.sfu.ca/languages/nl/"
}