Translation components API.

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

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

{
    "last_author": "A.Sergiev",
    "code": "de",
    "failing_percent": 0.5,
    "total_words": 2832,
    "translated_words": 1893,
    "url_translate": "http://weblate.ucs.ru/projects/deliverypos/deliverypos/de/",
    "fuzzy": 4,
    "total": 859,
    "name": "German",
    "url": "http://weblate.ucs.ru/engage/deliverypos/de/",
    "translated_percent": 66.0,
    "failing": 5,
    "fuzzy_percent": 0.4,
    "translated": 567,
    "last_change": "2020-09-08T16:59:13"
}