Changes API

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

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

{
    "unit": "https://weblate.a4tune.com/api/units/139683/?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/ja/?format=api",
    "dictionary": null,
    "user": 141,
    "author": 141,
    "timestamp": "2025-03-07T08:50:07.157398Z",
    "action": 2,
    "target": "<example>符号なしシフト <expr:HEX,Number(-9,,,HEX)> を 1 ビット右にシフトします",
    "id": 123740,
    "action_name": "Translation changed",
    "url": "https://weblate.a4tune.com/api/changes/123740/?format=api"
}