Changes API.

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

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

{
    "unit": "https://weblate.foundryvtt-hub.com/api/units/300637/?format=api",
    "component": "https://weblate.foundryvtt-hub.com/api/components/dice-so-nice/main/?format=api",
    "translation": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/main/it/?format=api",
    "user": "https://weblate.foundryvtt-hub.com/api/users/GregoryWarn/?format=api",
    "author": "https://weblate.foundryvtt-hub.com/api/users/GregoryWarn/?format=api",
    "timestamp": "2026-02-07T16:18:05.554916Z",
    "action": 2,
    "target": "Non mostrare dadi 3D agli altri giocatori nei tiri del DM o alla cieca a meno che non sia un dado fantasma",
    "old": "Non mostrare dadi 3D agli altri giocatori nei tiri del DM o alla cieca.",
    "details": {
        "state": 20,
        "source": "Do not display 3D dice to other players on GM/Blind rolls unless it is a ghost dice",
        "old_state": 10
    },
    "id": 514238,
    "action_name": "Translation changed",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/514238/?format=api"
}