Changes API.

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

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

{
    "unit": null,
    "component": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/index/?format=api",
    "translation": null,
    "user": "https://weblate.info.ucl.ac.be/api/users/gegoa/?format=api",
    "author": null,
    "timestamp": "2019-12-03T15:00:51.844092+01:00",
    "action": 21,
    "target": "",
    "id": 7740,
    "action_name": "Rebased repository",
    "url": "https://weblate.info.ucl.ac.be/api/changes/7740/?format=api"
}