Changes API.

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

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

{
    "unit": null,
    "component": null,
    "translation": null,
    "user": "https://t.naviter.com/api/users/simon@naviter.com/?format=api",
    "author": "https://t.naviter.com/api/users/simon@naviter.com/?format=api",
    "timestamp": "2023-09-28T14:25:30.893353Z",
    "action": 50,
    "target": "",
    "id": 29642,
    "action_name": "Created project",
    "url": "https://t.naviter.com/api/changes/29642/?format=api"
}