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": 2541,
    "total_words": 10173,
    "total_chars": 61956,
    "last_change": "2023-12-13T13:02:49.375478Z",
    "recent_changes": 200,
    "translated": 1656,
    "translated_words": 5113,
    "translated_percent": 65.1,
    "translated_words_percent": 50.2,
    "translated_chars": 31143,
    "translated_chars_percent": 50.2,
    "fuzzy": 101,
    "fuzzy_percent": 3.9,
    "failing": 149,
    "failing_percent": 5.8,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 0.1,
    "suggestions": 14,
    "comments": 0,
    "name": "Norwegian Bokmål",
    "url": "https://translate.funkwhale.audio/languages/nb_NO/"
}