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": 59532,
    "total_words": 383755,
    "total_chars": 2450014,
    "last_change": "2024-04-28T02:49:19.762626Z",
    "recent_changes": 509,
    "translated": 19215,
    "translated_words": 79626,
    "translated_percent": 32.2,
    "translated_words_percent": 20.7,
    "translated_chars": 515611,
    "translated_chars_percent": 21.0,
    "fuzzy": 4047,
    "fuzzy_percent": 6.7,
    "fuzzy_words": 20784,
    "fuzzy_words_percent": 5.4,
    "fuzzy_chars": 129608,
    "fuzzy_chars_percent": 5.2,
    "failing": 2064,
    "failing_percent": 3.4,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 26,
    "readonly_percent": 0.1,
    "readonly_words": 46,
    "readonly_words_percent": 0.1,
    "readonly_chars": 353,
    "readonly_chars_percent": 0.1,
    "suggestions": 3638,
    "comments": 0,
    "name": "Norwegian Bokmål",
    "url": "https://translate.fedoraproject.org/languages/nb_NO/"
}