Changes API.

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

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

{
    "unit": "https://translate.fedoraproject.org/api/units/11518296/?format=api",
    "component": "https://translate.fedoraproject.org/api/components/anaconda/rhel-90/?format=api",
    "translation": "https://translate.fedoraproject.org/api/translations/anaconda/rhel-90/cs/?format=api",
    "user": "https://translate.fedoraproject.org/api/users/pavelb/?format=api",
    "author": "https://translate.fedoraproject.org/api/users/pavelb/?format=api",
    "timestamp": "2023-08-23T21:52:07.504343Z",
    "action": 8,
    "target": "Je třeba, aby délka názvu počítače nepřesahovala 64 znaků.",
    "old": "Název hostitele musí mít 64 nebo méně znaků.",
    "details": {
        "state": 20,
        "source": "Host name must be 64 or fewer characters in length.",
        "old_state": 20
    },
    "id": 12156890,
    "action_name": "Translation reverted",
    "url": "https://translate.fedoraproject.org/api/changes/12156890/?format=api"
}