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": 60965,
    "total_words": 401851,
    "total_chars": 2569644,
    "last_change": "2025-04-27T08:04:20.264105Z",
    "recent_changes": 66,
    "translated": 18659,
    "translated_words": 77764,
    "translated_percent": 30.6,
    "translated_words_percent": 19.3,
    "translated_chars": 505710,
    "translated_chars_percent": 19.6,
    "fuzzy": 4330,
    "fuzzy_percent": 7.1,
    "fuzzy_words": 22351,
    "fuzzy_words_percent": 5.5,
    "fuzzy_chars": 139692,
    "fuzzy_chars_percent": 5.4,
    "failing": 2286,
    "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": 4247,
    "comments": 1,
    "name": "Norwegian Bokmål",
    "url": "https://translate.fedoraproject.org/languages/nb_NO/"
}