Changes API.

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

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

{
    "unit": "https://weblate.foundryvtt-hub.com/api/units/53431/?format=api",
    "component": "https://weblate.foundryvtt-hub.com/api/components/module-credits/main/?format=api",
    "translation": "https://weblate.foundryvtt-hub.com/api/translations/module-credits/main/fr/?format=api",
    "user": "https://weblate.foundryvtt-hub.com/api/users/rectulo/?format=api",
    "author": "https://weblate.foundryvtt-hub.com/api/users/rectulo/?format=api",
    "timestamp": "2025-05-03T10:10:11.958684Z",
    "action": 2,
    "target": "Créer un nouveau réglage prédéfini",
    "old": "Créer un nouveau réglage",
    "details": {
        "state": 20,
        "source": "Create New Preset",
        "old_state": 20
    },
    "id": 502933,
    "action_name": "Translation changed",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/502933/?format=api"
}