Changes API

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

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

{
    "unit": null,
    "component": "http://weblate.ucs.ru/api/components/delivery/delivery/?format=api",
    "translation": "http://weblate.ucs.ru/api/translations/delivery/delivery/ru/?format=api",
    "dictionary": null,
    "user": 76,
    "author": 76,
    "timestamp": "2019-03-22T08:41:33",
    "action": 1,
    "target": "",
    "id": 192538,
    "action_name": "Translation completed",
    "url": "http://weblate.ucs.ru/api/changes/192538/?format=api"
}