Translation components API.

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

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

{
    "last_author": "Jamel B M",
    "code": "fr",
    "failing_percent": 10.7,
    "total_words": 2832,
    "translated_words": 1931,
    "url_translate": "http://weblate.ucs.ru/projects/deliverypos/deliverypos/fr/",
    "fuzzy": 1,
    "total": 859,
    "name": "French",
    "url": "http://weblate.ucs.ru/engage/deliverypos/fr/",
    "translated_percent": 67.6,
    "failing": 92,
    "fuzzy_percent": 0.1,
    "translated": 581,
    "last_change": "2020-05-16T11:55:02"
}