Translation components API.

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

GET /api/translations/camorama/master/bs/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 169,
    "total_words": 844,
    "total_chars": 5365,
    "last_change": "2022-03-26T07:09:26.369409Z",
    "recent_changes": 0,
    "translated": 96,
    "translated_words": 458,
    "translated_percent": 56.8,
    "translated_words_percent": 54.2,
    "translated_chars": 2993,
    "translated_chars_percent": 55.7,
    "fuzzy": 29,
    "fuzzy_percent": 17.1,
    "fuzzy_words": 132,
    "fuzzy_words_percent": 15.6,
    "fuzzy_chars": 781,
    "fuzzy_chars_percent": 14.5,
    "failing": 19,
    "failing_percent": 11.2,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 5,
    "comments": 0,
    "code": "bs",
    "name": "Bosnian",
    "url": "https://translate.fedoraproject.org/projects/camorama/master/bs/",
    "translate_url": "https://translate.fedoraproject.org/translate/camorama/master/bs/"
}