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": 4116,
    "total_words": 37061,
    "last_change": "2023-07-17T11:18:13.472052Z",
    "recent_changes": 2,
    "translated": 3473,
    "translated_words": 29439,
    "translated_percent": 84.3,
    "translated_words_percent": 79.4,
    "translated_chars": 178555,
    "translated_chars_percent": 79.6,
    "total_chars": 224133,
    "fuzzy": 100,
    "fuzzy_percent": 2.4,
    "failing": 1556,
    "failing_percent": 37.8,
    "approved": 275,
    "approved_percent": 6.6,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 7,
    "comments": 0,
    "name": "Norwegian Bokmål",
    "url": "https://traduk.amikumu.com/languages/nb_NO/"
}