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": 5017,
    "total_words": 69189,
    "total_chars": 476527,
    "last_change": "2025-05-18T23:45:39.700075Z",
    "recent_changes": 28,
    "translated": 1587,
    "translated_words": 13854,
    "translated_percent": 31.6,
    "translated_words_percent": 20.0,
    "translated_chars": 89977,
    "translated_chars_percent": 18.8,
    "fuzzy": 38,
    "fuzzy_percent": 0.7,
    "fuzzy_words": 797,
    "fuzzy_words_percent": 1.1,
    "fuzzy_chars": 5180,
    "fuzzy_chars_percent": 1.0,
    "failing": 25,
    "failing_percent": 0.4,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 2,
    "readonly_percent": 0.1,
    "readonly_words": 3,
    "readonly_words_percent": 0.1,
    "readonly_chars": 17,
    "readonly_chars_percent": 0.1,
    "suggestions": 45,
    "comments": 0,
    "name": "German",
    "url": "https://translate.yunohost.org/languages/de/"
}