Translation components API.

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

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

{
    "last_author": "Фарид Джафаров",
    "code": "az",
    "failing_percent": 3.7,
    "total_words": 874,
    "translated_words": 402,
    "url_translate": "http://weblate.ucs.ru/projects/kiosk2/default/az/",
    "fuzzy": 5,
    "total": 212,
    "name": "Azerbaijani",
    "url": "http://weblate.ucs.ru/engage/kiosk2/az/",
    "translated_percent": 43.3,
    "failing": 8,
    "fuzzy_percent": 2.3,
    "translated": 92,
    "last_change": "2022-04-21T10:18:59"
}