Translation components API.

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

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

{
    "last_author": "Кристина Спасова",
    "code": "bg",
    "failing_percent": 8.2,
    "total_words": 2832,
    "translated_words": 2832,
    "url_translate": "http://weblate.ucs.ru/projects/deliverypos/deliverypos/bg/",
    "fuzzy": 0,
    "total": 859,
    "name": "Bulgarian",
    "url": "http://weblate.ucs.ru/engage/deliverypos/bg/",
    "translated_percent": 100.0,
    "failing": 71,
    "fuzzy_percent": 0.0,
    "translated": 859,
    "last_change": "2020-11-23T12:18:28"
}