Changes API.

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

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

{
    "unit": "https://weblate.foundryvtt-hub.com/api/units/60206/?format=api",
    "component": "https://weblate.foundryvtt-hub.com/api/components/pin-cushion/main/?format=api",
    "translation": "https://weblate.foundryvtt-hub.com/api/translations/pin-cushion/main/de/?format=api",
    "user": "https://weblate.foundryvtt-hub.com/api/users/SirMotte/?format=api",
    "author": "https://weblate.foundryvtt-hub.com/api/users/SirMotte/?format=api",
    "timestamp": "2022-10-14T23:08:28.854185Z",
    "action": 2,
    "target": "Ist diese Option aktiviert, wird der \"enthüllt\" Status einer Notizbuchverknüpfung genutzt um festzustellen, ob diese für Spieler sichtbar ist. (Das normale Verhalten von \"Foundry VTT\" ist, dass Notizbuchverknüpfungen nur sichtbar sind, wenn diese für Spieler zugänglich sind.)",
    "old": "Ist diese Option aktiviert, wird der \"enthüllt\" Status einer Szenenverknüpfung genutzt um festzustellen, ob diese für Spieler sichtbar ist. (Das normale Verhalten von \"Foundry VTT\" ist, dass Notizbuchverknüpfungen nur sichtbar sind, wenn diese für Spieler zugänglich sind.)",
    "details": {
        "state": 20,
        "source": "When enabled, then the 'revealed' state will be used to determine if the Note is visible to players. (The default Foundry VTT behavior is for Notes to be visible to players only if the linked document is accessible by the player.)",
        "old_state": 20
    },
    "id": 101789,
    "action_name": "Translation changed",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/101789/?format=api"
}