Changes API

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

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

{
    "unit": "http://weblate.ucs.ru/api/units/1736569/?format=api",
    "component": "http://weblate.ucs.ru/api/components/mobwaiterx/mobwaiterx/?format=api",
    "translation": "http://weblate.ucs.ru/api/translations/mobwaiterx/mobwaiterx/uk/?format=api",
    "dictionary": null,
    "user": 142,
    "author": 142,
    "timestamp": "2020-12-01T01:05:46",
    "action": 5,
    "target": "Сесія не була закрита. Продовжити?",
    "id": 671001,
    "action_name": "New translation",
    "url": "http://weblate.ucs.ru/api/changes/671001/?format=api"
}