Changes API

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

GET /api/changes/333453/?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": null,
    "dictionary": null,
    "user": 104,
    "author": 104,
    "timestamp": "2019-09-03T13:08:58",
    "action": 48,
    "target": "",
    "id": 333453,
    "action_name": "Added new language",
    "url": "http://weblate.ucs.ru/api/changes/333453/?format=api"
}