Changes API.

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

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

{
    "unit": "https://weblate.foundryvtt-hub.com/api/units/5091/?format=api",
    "component": "https://weblate.foundryvtt-hub.com/api/components/simple-calendar/main/?format=api",
    "translation": "https://weblate.foundryvtt-hub.com/api/translations/simple-calendar/main/es/?format=api",
    "user": "https://weblate.foundryvtt-hub.com/api/users/bext1a/?format=api",
    "author": "https://weblate.foundryvtt-hub.com/api/users/bext1a/?format=api",
    "timestamp": "2022-10-06T18:23:02.370924Z",
    "action": 2,
    "target": "Si esta fase lunar debe ocurrir sólo en un día.",
    "old": "Si esta fase lunar debe ocurrir sólo en un día",
    "details": {
        "state": 20,
        "source": "If this moon phase should only happen on 1 day.",
        "old_state": 20
    },
    "id": 58902,
    "action_name": "Translation changed",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/58902/?format=api"
}