Changes API.

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

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

{
    "unit": "https://weblate.foundryvtt-hub.com/api/units/60204/?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-16T19:54:56.321234Z",
    "action": 2,
    "target": "Ermöglicht das Erstellen geheimer Notiz-Kurzinformationen die nur der SL einsehen kann, nicht aber die Spieler.",
    "old": "Ermöglicht das Erstellen geheimer Notiz Kurzinformationen die nur der SL einsehen kann, nicht aber die Spieler.",
    "details": {
        "state": 20,
        "source": "Add the ability for Note tooltips to be configured so that GMs see different text to Players. So secret information can be displayed to GMs whilst players see the 'public' information about the Note.",
        "old_state": 20
    },
    "id": 110052,
    "action_name": "Translation changed",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/110052/?format=api"
}