Changes API.

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

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

{
    "unit": null,
    "component": null,
    "translation": null,
    "user": "https://weblate.ppc.lol/api/users/admin/?format=api",
    "author": "https://weblate.ppc.lol/api/users/admin/?format=api",
    "timestamp": "2022-12-13T10:12:07.280720Z",
    "action": 50,
    "target": "",
    "id": 15994,
    "action_name": "Created project",
    "url": "https://weblate.ppc.lol/api/changes/15994/?format=api"
}