Translation components API.

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

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

{
    "last_author": "Alexander Shugaev",
    "code": "de_AT",
    "failing_percent": 0.6,
    "total_words": 2832,
    "translated_words": 1877,
    "url_translate": "http://weblate.ucs.ru/projects/deliverypos/deliverypos/de_AT/",
    "fuzzy": 4,
    "total": 859,
    "name": "Austrian German",
    "url": "http://weblate.ucs.ru/engage/deliverypos/de_AT/",
    "translated_percent": 65.1,
    "failing": 6,
    "fuzzy_percent": 0.4,
    "translated": 560,
    "last_change": "2020-03-31T14:05:36"
}