Changes API.

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

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

{
    "unit": "https://weblate.foundryvtt-hub.com/api/units/60232/?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:13:36.325625Z",
    "action": 2,
    "target": "Konfiguriere Notizbuchverknüpfungen, sodass sie für Spieler sichtbar sind, ohne dass diese die Option selber setzen müssen.",
    "old": "Konfiguriere Szenenverknüpfungen, dass sie für Spieler sichtbar sind, ohne dass diese die Option selber setzen müssen.",
    "details": {
        "state": 20,
        "source": "Automatically flag journal notes to show on the map without having to have your players turn it on themselves.",
        "old_state": 20
    },
    "id": 101800,
    "action_name": "Translation changed",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/101800/?format=api"
}