Languages API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/languages/nl/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 7384,
    "total_words": 71625,
    "total_chars": 444401,
    "last_change": "2023-05-17T12:37:45.693662Z",
    "recent_changes": 254,
    "translated": 4657,
    "translated_words": 36900,
    "translated_percent": 63.0,
    "translated_words_percent": 51.5,
    "translated_chars": 219119,
    "translated_chars_percent": 49.3,
    "fuzzy": 230,
    "fuzzy_percent": 3.1,
    "failing": 3659,
    "failing_percent": 49.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 427,
    "comments": 0,
    "name": "Dutch",
    "url": "http://translate.getmonero.org/languages/nl/"
}