Changes API

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

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

{
    "unit": "http://weblate.ucs.ru/api/units/529626/?format=api",
    "component": "http://weblate.ucs.ru/api/components/marketing-desktop/md-guestsprofile/?format=api",
    "translation": "http://weblate.ucs.ru/api/translations/marketing-desktop/md-guestsprofile/bg/?format=api",
    "dictionary": null,
    "user": 101,
    "author": 101,
    "timestamp": "2019-05-28T14:10:31",
    "action": 5,
    "target": "Оттегляне",
    "id": 204117,
    "action_name": "New translation",
    "url": "http://weblate.ucs.ru/api/changes/204117/?format=api"
}