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": 19753,
    "total_words": 168206,
    "total_chars": 1047587,
    "last_change": "2024-04-10T22:00:09.567132Z",
    "recent_changes": 2363,
    "translated": 13043,
    "translated_words": 105644,
    "translated_percent": 66.0,
    "translated_words_percent": 62.8,
    "translated_chars": 660887,
    "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": 146,
    "failing_percent": 0.7,
    "approved": 3730,
    "approved_percent": 18.8,
    "approved_words": 17132,
    "approved_words_percent": 10.1,
    "approved_chars": 105631,
    "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/"
}