Changes API.

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

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

{
    "unit": null,
    "component": "https://weblate.rikka.app/api/components/shizuku/manager/?format=api",
    "translation": null,
    "user": "https://weblate.rikka.app/api/users/rikka/?format=api",
    "author": null,
    "timestamp": "2021-07-12T11:17:16.421312Z",
    "action": 55,
    "target": "Apache-2.0",
    "id": 10498,
    "action_name": "License changed",
    "url": "https://weblate.rikka.app/api/changes/10498/?format=api"
}