Changes API.

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

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

{
    "unit": "https://translate.tails.net/api/units/761980/?format=api",
    "component": "https://translate.tails.net/api/components/tails/glossary/?format=api",
    "translation": "https://translate.tails.net/api/translations/tails/glossary/en/?format=api",
    "user": "https://translate.tails.net/api/users/xin/?format=api",
    "author": "https://translate.tails.net/api/users/xin/?format=api",
    "timestamp": "2026-03-29T13:07:08.899436Z",
    "action": 31,
    "target": "Select the button",
    "old": "Select the button",
    "details": {
        "state": 100,
        "source": "Select the button",
        "old_state": 100
    },
    "id": 3538095,
    "action_name": "String added",
    "url": "https://translate.tails.net/api/changes/3538095/?format=api"
}