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": 60804,
    "total_words": 399671,
    "total_chars": 2554547,
    "last_change": "2025-03-13T12:14:13.643965Z",
    "recent_changes": 70,
    "translated": 18441,
    "translated_words": 76490,
    "translated_percent": 30.3,
    "translated_words_percent": 19.1,
    "translated_chars": 497577,
    "translated_chars_percent": 19.4,
    "fuzzy": 4440,
    "fuzzy_percent": 7.3,
    "fuzzy_words": 22684,
    "fuzzy_words_percent": 5.6,
    "fuzzy_chars": 142006,
    "fuzzy_chars_percent": 5.5,
    "failing": 2277,
    "failing_percent": 3.7,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 27,
    "readonly_percent": 0.1,
    "readonly_words": 46,
    "readonly_words_percent": 0.1,
    "readonly_chars": 356,
    "readonly_chars_percent": 0.1,
    "suggestions": 4045,
    "comments": 1,
    "name": "Norwegian Bokmål",
    "url": "https://translate.fedoraproject.org/languages/nb_NO/"
}