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": 309,
    "total_words": 1140,
    "total_chars": 7250,
    "last_change": "2024-03-03T02:54:36.015951Z",
    "recent_changes": 20,
    "translated": 303,
    "translated_words": 1095,
    "translated_percent": 98.0,
    "translated_words_percent": 96.0,
    "translated_chars": 6985,
    "translated_chars_percent": 96.3,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 1,
    "failing_percent": 0.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 18,
    "comments": 0,
    "name": "Norwegian Bokmål",
    "url": "https://translations.zorin.com/languages/nb_NO/"
}