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": 8903,
    "total_words": 76914,
    "total_chars": 519256,
    "last_change": "2024-02-19T14:46:22.887674Z",
    "recent_changes": 463,
    "translated": 6993,
    "translated_words": 53698,
    "translated_percent": 78.5,
    "translated_words_percent": 69.8,
    "translated_chars": 359128,
    "translated_chars_percent": 69.1,
    "fuzzy": 87,
    "fuzzy_percent": 0.9,
    "failing": 182,
    "failing_percent": 2.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 33,
    "readonly_percent": 0.3,
    "suggestions": 224,
    "comments": 16,
    "name": "Norwegian Bokmål",
    "url": "http://translate.pkp.sfu.ca/languages/nb_NO/"
}