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": 1771,
    "total_words": 6763,
    "total_chars": 41836,
    "last_change": "2025-08-11T18:47:24.433585Z",
    "recent_changes": 1,
    "translated": 305,
    "translated_words": 828,
    "translated_percent": 17.2,
    "translated_words_percent": 12.2,
    "translated_chars": 5245,
    "translated_chars_percent": 12.5,
    "fuzzy": 1003,
    "fuzzy_percent": 56.6,
    "failing": 308,
    "failing_percent": 17.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 9,
    "readonly_percent": 0.5,
    "suggestions": 0,
    "comments": 0,
    "name": "Norwegian Bokmål",
    "url": "https://translate.gajim.org/languages/nb_NO/"
}