Changes API

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

GET /api/changes/753894/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "unit": "http://weblate.ucs.ru/api/units/2081678/?format=api",
    "component": "http://weblate.ucs.ru/api/components/rk_lite/rkllink/?format=api",
    "translation": "http://weblate.ucs.ru/api/translations/rk_lite/rkllink/ru/?format=api",
    "dictionary": null,
    "user": 6,
    "author": 6,
    "timestamp": "2021-07-27T08:55:38",
    "action": 5,
    "target": "Ошибка подтверждения клиента {0}",
    "id": 753894,
    "action_name": "New translation",
    "url": "http://weblate.ucs.ru/api/changes/753894/?format=api"
}