Changes API

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

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

{
    "unit": "http://weblate.ucs.ru/api/units/2448269/?format=api",
    "component": "http://weblate.ucs.ru/api/components/storehouse5/shadm/?format=api",
    "translation": "http://weblate.ucs.ru/api/translations/storehouse5/shadm/en/?format=api",
    "dictionary": null,
    "user": 157,
    "author": 157,
    "timestamp": "2023-12-28T09:05:35",
    "action": 5,
    "target": "After closing a subdivision, it will be impossible to create documents related to the subdivision. It is not possible to cancel the operation. Do you really want to close a subdivision?",
    "id": 1107741,
    "action_name": "New translation",
    "url": "http://weblate.ucs.ru/api/changes/1107741/?format=api"
}