Changes API

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

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

{
    "unit": "http://weblate.ucs.ru/api/units/529708/?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-28T18:10:52",
    "action": 4,
    "target": "Данните на потребителя за записани",
    "id": 204201,
    "action_name": "Suggestion added",
    "url": "http://weblate.ucs.ru/api/changes/204201/?format=api"
}