Changes API.

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

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

{
    "unit": "https://weblate.foundryvtt-hub.com/api/units/98214/?format=api",
    "component": "https://weblate.foundryvtt-hub.com/api/components/the-forge/client/?format=api",
    "translation": "https://weblate.foundryvtt-hub.com/api/translations/the-forge/client/fr/?format=api",
    "user": "https://weblate.foundryvtt-hub.com/api/users/anonymous/?format=api",
    "author": "https://weblate.foundryvtt-hub.com/api/users/anonymous/?format=api",
    "timestamp": "2022-12-06T16:31:23.736450Z",
    "action": 4,
    "target": "Êtes-vous sûr de vouloir quitter ce jeu ?<br/>Vous ne pourrez pas le rejoindre sans le lien d'invitation et toutes vos statistiques seront perdues.",
    "old": "",
    "details": {
        "state": 0,
        "source": "Are you sure you want to leave this game?<br/>You will not be able to join it again without the invitation link and all your statistics will be lost.",
        "old_state": 0
    },
    "id": 150519,
    "action_name": "Suggestion added",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/150519/?format=api"
}