Changes API.

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

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

{
    "unit": null,
    "component": "http://translate.pkp.sfu.ca/api/components/plugins/custom-header-plugin/?format=api",
    "translation": null,
    "user": "http://translate.pkp.sfu.ca/api/users/admin/?format=api",
    "author": "http://translate.pkp.sfu.ca/api/users/admin/?format=api",
    "timestamp": "2019-11-28T23:39:36.458396Z",
    "action": 42,
    "target": "custom-header-plugin",
    "id": 8933,
    "action_name": "Renamed component",
    "url": "http://translate.pkp.sfu.ca/api/changes/8933/?format=api"
}