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": 20833,
    "total_words": 177181,
    "total_chars": 1104321,
    "last_change": "2024-03-13T14:09:06.670064Z",
    "recent_changes": 167,
    "translated": 16479,
    "translated_words": 123717,
    "translated_percent": 79.1,
    "translated_words_percent": 69.8,
    "translated_chars": 766464,
    "translated_chars_percent": 69.4,
    "fuzzy": 93,
    "fuzzy_percent": 0.4,
    "fuzzy_words": 1164,
    "fuzzy_words_percent": 0.6,
    "fuzzy_chars": 7332,
    "fuzzy_chars_percent": 0.6,
    "failing": 422,
    "failing_percent": 2.0,
    "approved": 6656,
    "approved_percent": 31.9,
    "approved_words": 46895,
    "approved_words_percent": 26.4,
    "approved_chars": 291961,
    "approved_chars_percent": 26.4,
    "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/"
}