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": 6811,
    "total_words": 34601,
    "last_change": "2025-03-10T17:45:00.438361Z",
    "recent_changes": 400,
    "translated": 4836,
    "translated_words": 16360,
    "translated_percent": 71.0,
    "translated_words_percent": 47.2,
    "translated_chars": 107493,
    "translated_chars_percent": 44.0,
    "total_chars": 244247,
    "fuzzy": 448,
    "fuzzy_percent": 6.5,
    "failing": 270,
    "failing_percent": 3.9,
    "name": "Norwegian Bokmål",
    "url": "https://translate.lxqt-project.org/languages/nb_NO/"
}