Languages API.

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

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

{
    "total": 9128,
    "total_words": 82033,
    "total_chars": 499869,
    "last_change": "2023-08-05T23:39:24.423786Z",
    "recent_changes": 516,
    "translated": 8023,
    "translated_words": 69018,
    "translated_percent": 87.8,
    "translated_words_percent": 84.1,
    "translated_chars": 414398,
    "translated_chars_percent": 82.9,
    "fuzzy": 177,
    "fuzzy_percent": 1.9,
    "failing": 4413,
    "failing_percent": 48.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 3699,
    "comments": 6,
    "name": "German",
    "url": "http://translate.getmonero.org/languages/de/"
}