Languages API.

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

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

{
    "total": 19867,
    "total_words": 168851,
    "total_chars": 1051082,
    "last_change": "2025-03-14T14:54:36.935113Z",
    "recent_changes": 1180,
    "translated": 13128,
    "translated_words": 106091,
    "translated_percent": 66.0,
    "translated_words_percent": 62.8,
    "translated_chars": 663162,
    "translated_chars_percent": 63.0,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 143,
    "failing_percent": 0.7,
    "approved": 3721,
    "approved_percent": 18.7,
    "approved_words": 17050,
    "approved_words_percent": 10.0,
    "approved_chars": 105130,
    "approved_chars_percent": 10.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Romanian",
    "url": "http://translate.otrs.com/languages/ro/"
}