Translation components API.

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

GET /api/translations/kiosk2/kfc/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": 8.5,
    "total_words": 201,
    "translated_words": 191,
    "url_translate": "http://weblate.ucs.ru/projects/kiosk2/kfc/fr/",
    "fuzzy": 1,
    "total": 70,
    "name": "French",
    "url": "http://weblate.ucs.ru/engage/kiosk2/fr/",
    "translated_percent": 94.2,
    "failing": 6,
    "fuzzy_percent": 1.4,
    "translated": 66,
    "last_change": "2020-05-16T11:06:53"
}