Changes API.

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

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

{
    "unit": "https://weblate.foundryvtt-hub.com/api/units/213887/?format=api",
    "component": "https://weblate.foundryvtt-hub.com/api/components/the-forge/glossary/?format=api",
    "translation": "https://weblate.foundryvtt-hub.com/api/translations/the-forge/glossary/fr/?format=api",
    "user": "https://weblate.foundryvtt-hub.com/api/users/JeraSowilo/?format=api",
    "author": "https://weblate.foundryvtt-hub.com/api/users/JeraSowilo/?format=api",
    "timestamp": "2026-02-24T15:10:19.320413Z",
    "action": 37,
    "target": "paquet",
    "old": "package",
    "details": {
        "state": 10,
        "source": "package",
        "old_state": 20
    },
    "id": 514366,
    "action_name": "Marked for edit",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/514366/?format=api"
}