Languages API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/languages/nb_NO/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 9504,
    "total_words": 81675,
    "total_chars": 550849,
    "last_change": "2026-06-24T07:47:08.107138Z",
    "recent_changes": 932,
    "translated": 7960,
    "translated_words": 61547,
    "translated_percent": 83.7,
    "translated_words_percent": 75.3,
    "translated_chars": 411674,
    "translated_chars_percent": 74.7,
    "fuzzy": 453,
    "fuzzy_percent": 4.7,
    "failing": 149,
    "failing_percent": 1.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 8,
    "readonly_percent": 0.1,
    "suggestions": 83,
    "comments": 97,
    "name": "Norwegian Bokmål",
    "url": "http://translate.pkp.sfu.ca/languages/nb_NO/"
}