Changes API

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

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

{
    "unit": "http://weblate.ucs.ru/api/units/479413/?format=api",
    "component": "http://weblate.ucs.ru/api/components/foodfactory/sh_error/?format=api",
    "translation": "http://weblate.ucs.ru/api/translations/foodfactory/sh_error/en/?format=api",
    "dictionary": null,
    "user": 72,
    "author": 72,
    "timestamp": "2019-12-19T13:56:42",
    "action": 5,
    "target": "Payment document is blocked by administrator",
    "id": 395623,
    "action_name": "New translation",
    "url": "http://weblate.ucs.ru/api/changes/395623/?format=api"
}