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": 6815,
    "total_words": 34637,
    "last_change": "2025-03-10T17:45:00.438361Z",
    "recent_changes": 398,
    "translated": 4818,
    "translated_words": 16274,
    "translated_percent": 70.6,
    "translated_words_percent": 46.9,
    "translated_chars": 106814,
    "translated_chars_percent": 43.6,
    "total_chars": 244483,
    "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/"
}