Changes API.

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

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

{
    "unit": "https://weblate.foundryvtt-hub.com/api/units/99958/?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/ja/?format=api",
    "user": "https://weblate.foundryvtt-hub.com/api/users/ryotai-trpg/?format=api",
    "author": "https://weblate.foundryvtt-hub.com/api/users/ryotai-trpg/?format=api",
    "timestamp": "2025-12-11T02:29:27.428453Z",
    "action": 66,
    "target": "Patreon",
    "old": "Patreon",
    "details": {
        "state": 100,
        "source": "Patreon",
        "old_state": 100
    },
    "id": 512842,
    "action_name": "Explanation updated",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/512842/?format=api"
}