Changes API.

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

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

{
    "unit": "https://weblate.foundryvtt-hub.com/api/units/93586/?format=api",
    "component": "https://weblate.foundryvtt-hub.com/api/components/the-forge/server/?format=api",
    "translation": "https://weblate.foundryvtt-hub.com/api/translations/the-forge/server/de/?format=api",
    "user": "https://weblate.foundryvtt-hub.com/api/users/marcoseither/?format=api",
    "author": "https://weblate.foundryvtt-hub.com/api/users/marcoseither/?format=api",
    "timestamp": "2023-02-25T08:26:09.453802Z",
    "action": 2,
    "target": "Du nutzt die Foundry-Version {{- version}}, die in The Forge mittlerweile veraltet ist. Bitte klicke auf {{- link}} und sichere deine Welt, bevor du auf die Foundry-Version {{- closestVersion}} oder höher aktualisierst.",
    "old": "Sie verwenden die Foundry-Version {{- version}}, die jetzt in The Forge veraltet ist. Bitte klicken Sie auf {{- link}} und sichern Sie Ihre Welt, bevor Sie auf die Foundry-Version {{- closestVersion}} oder höher aktualisieren.",
    "details": {
        "state": 20,
        "source": "You are running Foundry version {{- version}} which is now deprecated on The Forge. Please click {{- link}} and back up your world before upgrading to Foundry version {{- closestVersion}} or higher.",
        "old_state": 10
    },
    "id": 250581,
    "action_name": "Translation changed",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/250581/?format=api"
}