Translation components API.

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

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

{
    "last_author": "Андрей Ванчурин",
    "code": "uk",
    "failing_percent": 5.8,
    "total_words": 4056,
    "translated_words": 3320,
    "url_translate": "http://weblate.ucs.ru/projects/kiosk2/core/uk/",
    "fuzzy": 3,
    "total": 871,
    "name": "Ukrainian",
    "url": "http://weblate.ucs.ru/engage/kiosk2/uk/",
    "translated_percent": 82.7,
    "failing": 51,
    "fuzzy_percent": 0.3,
    "translated": 721,
    "last_change": "2021-04-26T12:16:04"
}