Changes API.

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

GET /api/changes/51761901/?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/benzea/?format=api",
    "author": "https://hosted.weblate.org/api/users/benzea/?format=api",
    "timestamp": "2023-03-19T14:02:12.345396+01:00",
    "action": 38,
    "target": "tex",
    "id": 51761901,
    "action_name": "Component removed",
    "url": "https://hosted.weblate.org/api/changes/51761901/?format=api"
}