Changes API.

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

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

{
    "unit": "https://translate.seerr.dev/api/units/10786/?format=api",
    "component": "https://translate.seerr.dev/api/components/seerr/seerr-frontend/?format=api",
    "translation": "https://translate.seerr.dev/api/translations/seerr/seerr-frontend/fr/?format=api",
    "user": "https://translate.seerr.dev/api/users/SulliL/?format=api",
    "author": "https://translate.seerr.dev/api/users/SulliL/?format=api",
    "timestamp": "2026-04-18T00:32:28.814991Z",
    "action": 2,
    "target": "M'avertir lorsque les problèmes que j'ai signalés reçoivent de nouveaux commentaires.",
    "old": "M'avertir lorsqu'un problème que vous avez signalé reçoit de nouveaux commentaires.",
    "details": {
        "state": 20,
        "source": "Get notified when issues you reported receive new comments.",
        "context": "components.NotificationTypeSelector.userissuecommentDescription",
        "old_state": 20
    },
    "id": 107095,
    "action_name": "Translation changed",
    "url": "https://translate.seerr.dev/api/changes/107095/?format=api"
}