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": 4115,
    "total_words": 47531,
    "total_chars": 312948,
    "last_change": "2023-05-17T12:37:50.739914Z",
    "recent_changes": 123,
    "translated": 2024,
    "translated_words": 28057,
    "translated_percent": 49.1,
    "translated_words_percent": 59.0,
    "translated_chars": 187707,
    "translated_chars_percent": 59.9,
    "fuzzy": 223,
    "fuzzy_percent": 5.4,
    "failing": 135,
    "failing_percent": 3.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 202,
    "comments": 6,
    "name": "Norwegian Bokmål",
    "url": "http://translate.getmonero.org/languages/nb_NO/"
}