Changes API.

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

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

{
    "unit": "https://hosted.weblate.org/api/units/32509106/?format=api",
    "component": "https://hosted.weblate.org/api/components/officelife/welcome/?format=api",
    "translation": "https://hosted.weblate.org/api/translations/officelife/welcome/en/?format=api",
    "user": "https://hosted.weblate.org/api/users/djaiss/?format=api",
    "author": "https://hosted.weblate.org/api/users/djaiss/?format=api",
    "timestamp": "2021-05-26T19:21:12.150929+02:00",
    "action": 32,
    "target": "As you’ve added this company, you are effectively the administrator of this account. You will be able to add employees, edit teams and manage everything in it.",
    "id": 10800807,
    "action_name": "Bulk status changed",
    "url": "https://hosted.weblate.org/api/changes/10800807/?format=api"
}