Changes API

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

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

{
    "unit": "https://weblate.a4tune.com/api/units/162698/?format=api",
    "component": "https://weblate.a4tune.com/api/components/hiper-scientific-calculator/application/?format=api",
    "translation": "https://weblate.a4tune.com/api/translations/hiper-scientific-calculator/application/sk/?format=api",
    "dictionary": null,
    "user": 110,
    "author": 110,
    "timestamp": "2025-03-04T19:43:32.572501Z",
    "action": 37,
    "target": "Lambert W<sub2>0",
    "id": 123363,
    "action_name": "Marked for edit",
    "url": "https://weblate.a4tune.com/api/changes/123363/?format=api"
}