Changes API

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

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

{
    "unit": "http://weblate.ucs.ru/api/units/1351701/?format=api",
    "component": "http://weblate.ucs.ru/api/components/storehouse5/sh5licen/?format=api",
    "translation": "http://weblate.ucs.ru/api/translations/storehouse5/sh5licen/lt/?format=api",
    "dictionary": null,
    "user": 102,
    "author": 102,
    "timestamp": "2020-06-22T12:08:21",
    "action": 5,
    "target": "Klaida nuo %0:s, kodas %1:s",
    "id": 555668,
    "action_name": "New translation",
    "url": "http://weblate.ucs.ru/api/changes/555668/?format=api"
}