Changes API

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

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

{
    "unit": "http://weblate.ucs.ru/api/units/529871/?format=api",
    "component": "http://weblate.ucs.ru/api/components/marketing-desktop/md-tagreference/?format=api",
    "translation": "http://weblate.ucs.ru/api/translations/marketing-desktop/md-tagreference/bg/?format=api",
    "dictionary": null,
    "user": 101,
    "author": 101,
    "timestamp": "2019-05-28T13:29:42",
    "action": 5,
    "target": "Избор на цвят",
    "id": 204099,
    "action_name": "New translation",
    "url": "http://weblate.ucs.ru/api/changes/204099/?format=api"
}