Changes API.

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

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

{
    "unit": "https://weblate.foundryvtt-hub.com/api/units/150364/?format=api",
    "component": "https://weblate.foundryvtt-hub.com/api/components/cyphersystem/main/?format=api",
    "translation": "https://weblate.foundryvtt-hub.com/api/translations/cyphersystem/main/fr/?format=api",
    "user": "https://weblate.foundryvtt-hub.com/api/users/NiceTSY/?format=api",
    "author": "https://weblate.foundryvtt-hub.com/api/users/NiceTSY/?format=api",
    "timestamp": "2023-02-15T17:50:46.061718Z",
    "action": 2,
    "target": "chemin/vers/fichier – mis à l'échelle pour montrer l'image entière",
    "old": "chemin/vers/fichier - mis à l'échelle pour montrer l'image entière",
    "details": {
        "state": 20,
        "source": "path/to/file – scaled to show entire image",
        "old_state": 20
    },
    "id": 241697,
    "action_name": "Translation changed",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/241697/?format=api"
}