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": 9309,
    "total_words": 79939,
    "total_chars": 539603,
    "last_change": "2025-02-28T23:32:12.361956Z",
    "recent_changes": 528,
    "translated": 7075,
    "translated_words": 54886,
    "translated_percent": 76.0,
    "translated_words_percent": 68.6,
    "translated_chars": 367878,
    "translated_chars_percent": 68.1,
    "fuzzy": 260,
    "fuzzy_percent": 2.7,
    "failing": 155,
    "failing_percent": 1.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 49,
    "readonly_percent": 0.5,
    "suggestions": 111,
    "comments": 97,
    "name": "Norwegian Bokmål",
    "url": "http://translate.pkp.sfu.ca/languages/nb_NO/"
}