Languages API.

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

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

{
    "total": 20947,
    "total_words": 177826,
    "total_chars": 1107811,
    "last_change": "2025-03-14T14:54:48.005893Z",
    "recent_changes": 60,
    "translated": 18791,
    "translated_words": 154270,
    "translated_percent": 89.7,
    "translated_words_percent": 86.7,
    "translated_chars": 956606,
    "translated_chars_percent": 86.3,
    "fuzzy": 93,
    "fuzzy_percent": 0.4,
    "fuzzy_words": 1164,
    "fuzzy_words_percent": 0.6,
    "fuzzy_chars": 7332,
    "fuzzy_chars_percent": 0.6,
    "failing": 390,
    "failing_percent": 1.8,
    "approved": 6631,
    "approved_percent": 31.6,
    "approved_words": 46432,
    "approved_words_percent": 26.1,
    "approved_chars": 288926,
    "approved_chars_percent": 26.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": "Serbian",
    "url": "http://translate.otrs.com/languages/sr/"
}