Changes API.

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

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

{
    "unit": null,
    "component": null,
    "translation": null,
    "user": null,
    "author": null,
    "timestamp": "2020-01-03T09:39:27.324812Z",
    "action": 46,
    "target": "Don't translate, this is a demo for the cockpit team",
    "old": "",
    "details": {},
    "id": 15514,
    "action_name": "Announcement posted",
    "url": "https://translate.fedoraproject.org/api/changes/15514/?format=api"
}