Changes API.

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

GET /api/changes/12980/?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/exercisesreliability/?format=api",
    "translation": null,
    "user": "https://weblate.info.ucl.ac.be/api/users/gegoa/?format=api",
    "author": "https://weblate.info.ucl.ac.be/api/users/gegoa/?format=api",
    "timestamp": "2021-08-27T18:24:55.429535+02:00",
    "action": 25,
    "target": "locale/en/LC_MESSAGES/exercises/reliability.po",
    "id": 12980,
    "action_name": "Removed translation",
    "url": "https://weblate.info.ucl.ac.be/api/changes/12980/?format=api"
}