Changes API.

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

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

{
    "unit": "https://weblate.rikka.app/api/units/38269/?format=api",
    "component": "https://weblate.rikka.app/api/components/shizuku/manager/?format=api",
    "translation": "https://weblate.rikka.app/api/translations/shizuku/manager/az/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2022-08-06T13:38:35.534680Z",
    "action": 30,
    "target": "%1$s is not running",
    "old": "%1$s not running",
    "details": {},
    "id": 32260,
    "action_name": "Source string changed",
    "url": "https://weblate.rikka.app/api/changes/32260/?format=api"
}