Translation components API.

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

GET /api/translations/kiosk2/back/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.0,
    "total_words": 106,
    "translated_words": 71,
    "url_translate": "http://weblate.ucs.ru/projects/kiosk2/back/be/",
    "fuzzy": 0,
    "total": 24,
    "name": "Belarusian",
    "url": "http://weblate.ucs.ru/engage/kiosk2/be/",
    "translated_percent": 66.6,
    "failing": 0,
    "fuzzy_percent": 0.0,
    "translated": 16,
    "last_change": "2023-03-29T10:16:11"
}