Changes API.

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

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

{
    "unit": "https://weblate.foundryvtt-hub.com/api/units/39278/?format=api",
    "component": "https://weblate.foundryvtt-hub.com/api/components/foundryvtt-arms-reach/main/?format=api",
    "translation": "https://weblate.foundryvtt-hub.com/api/translations/foundryvtt-arms-reach/main/de/?format=api",
    "user": "https://weblate.foundryvtt-hub.com/api/users/kagedansa/?format=api",
    "author": "https://weblate.foundryvtt-hub.com/api/users/kagedansa/?format=api",
    "timestamp": "2022-09-30T06:08:12.309775Z",
    "action": 2,
    "target": "Sende Benachrichtigungen bei fehlgeschlagener Distanzinteraktion auch für den GM. Gut zur Fehlersuche. Wenn kein Token ausgewählt ist und du ein GM bist, ist diese Funktion nicht aktiviert",
    "old": "Emit notifications for fails the distance interaction auch für den GM. Good for debugging. If no token is selected and you are a GM this feature is not activated",
    "details": {
        "state": 20,
        "source": "Emit notifications for fails the distance interaction even for GM. Good for debugging. If no token is selected and you are a GM this feature is not activated",
        "old_state": 20
    },
    "id": 56252,
    "action_name": "Translation changed",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/56252/?format=api"
}