Changes API.

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

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

{
    "unit": null,
    "component": null,
    "translation": null,
    "user": "https://hosted.weblate.org/api/users/anarcat/?format=api",
    "author": "https://hosted.weblate.org/api/users/anarcat/?format=api",
    "timestamp": "2023-05-29T16:51:56.451136+02:00",
    "action": 38,
    "target": "monkeysign",
    "id": 56887299,
    "action_name": "Component removed",
    "url": "https://hosted.weblate.org/api/changes/56887299/?format=api"
}