Translation components API.

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

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

{
    "last_author": "Andrea Petrova",
    "code": "sk",
    "failing_percent": 4.2,
    "total_words": 201,
    "translated_words": 200,
    "url_translate": "http://weblate.ucs.ru/projects/kiosk2/kfc/sk/",
    "fuzzy": 1,
    "total": 70,
    "name": "Slovak",
    "url": "http://weblate.ucs.ru/engage/kiosk2/sk/",
    "translated_percent": 98.5,
    "failing": 3,
    "fuzzy_percent": 1.4,
    "translated": 69,
    "last_change": "2021-01-25T11:01:44"
}