Changes API.

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

GET /api/changes/1259/?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": null,
    "timestamp": "2021-05-15T13:24:47.638053Z",
    "action": 34,
    "target": "",
    "id": 1259,
    "action_name": "Added user",
    "url": "https://weblate.ppc.lol/api/changes/1259/?format=api"
}