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": 239,
    "total_words": 1940,
    "last_change": "2023-03-05T10:00:51.555484Z",
    "recent_changes": 33,
    "translated": 138,
    "translated_words": 630,
    "translated_percent": 57.7,
    "translated_words_percent": 32.4,
    "translated_chars": 3984,
    "translated_chars_percent": 33.8,
    "total_chars": 11766,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 0.4,
    "suggestions": 0,
    "comments": 0,
    "name": "Norwegian Bokmål",
    "url": "https://i18n.tweaked.cc/languages/nb_NO/"
}