Changes API.

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

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

{
    "unit": "https://weblate.rikka.app/api/units/38321/?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-06T14:45:23.974799Z",
    "action": 30,
    "target": "Learn how to develop with Shizuku",
    "old": "Learn how to develop with Shizuku or get apps using Shizuku",
    "details": {},
    "id": 32409,
    "action_name": "Source string changed",
    "url": "https://weblate.rikka.app/api/changes/32409/?format=api"
}