Translation components API.

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

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

{
    "last_author": "Aleksey Vantzlav",
    "code": "be",
    "failing_percent": 0.5,
    "total_words": 680,
    "translated_words": 549,
    "url_translate": "http://weblate.ucs.ru/projects/kiosk2/default/be/",
    "fuzzy": 0,
    "total": 173,
    "name": "Belarusian",
    "url": "http://weblate.ucs.ru/engage/kiosk2/be/",
    "translated_percent": 79.7,
    "failing": 1,
    "fuzzy_percent": 0.0,
    "translated": 138,
    "last_change": "2024-03-05T07:41:07"
}