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": 368,
    "total_words": 2701,
    "total_chars": 17596,
    "last_change": "2023-11-22T19:24:36.031577Z",
    "recent_changes": 13,
    "translated": 342,
    "translated_words": 2570,
    "translated_percent": 92.9,
    "translated_words_percent": 95.1,
    "translated_chars": 16691,
    "translated_chars_percent": 94.8,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 1,
    "failing_percent": 0.2,
    "approved": 243,
    "approved_percent": 66.0,
    "approved_words": 1735,
    "approved_words_percent": 64.2,
    "approved_chars": 11245,
    "approved_chars_percent": 63.9,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 0,
    "comments": 11,
    "name": "Norwegian Bokmål",
    "url": "https://weblate.securedrop.org/languages/nb_NO/"
}