Changes API.

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

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

{
    "unit": null,
    "component": "https://l10n.elementary.io/api/components/website/index/?format=api",
    "translation": null,
    "user": null,
    "author": null,
    "timestamp": "2017-03-06T06:22:25.563484Z",
    "action": 20,
    "target": "",
    "id": 1,
    "action_name": "Merged repository",
    "url": "https://l10n.elementary.io/api/changes/1/?format=api"
}