Translation components API.

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

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

{
    "last_author": "Николаев Антон",
    "code": "fi",
    "failing_percent": 2.2,
    "total_words": 4056,
    "translated_words": 677,
    "url_translate": "http://weblate.ucs.ru/projects/kiosk2/core/fi/",
    "fuzzy": 0,
    "total": 871,
    "name": "Finnish",
    "url": "http://weblate.ucs.ru/engage/kiosk2/fi/",
    "translated_percent": 22.1,
    "failing": 20,
    "fuzzy_percent": 0.0,
    "translated": 193,
    "last_change": "2021-12-06T09:37:54"
}