Changes API.

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

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

{
    "unit": "https://weblate.foundryvtt-hub.com/api/units/169255/?format=api",
    "component": "https://weblate.foundryvtt-hub.com/api/components/damage-log/main/?format=api",
    "translation": "https://weblate.foundryvtt-hub.com/api/translations/damage-log/main/de/?format=api",
    "user": "https://weblate.foundryvtt-hub.com/api/users/lolinger/?format=api",
    "author": "https://weblate.foundryvtt-hub.com/api/users/lolinger/?format=api",
    "timestamp": "2023-06-10T15:38:39.198450Z",
    "action": 2,
    "target": "Unterschied",
    "old": "Diff",
    "details": {
        "state": 20,
        "source": "Diff",
        "old_state": 20
    },
    "id": 338341,
    "action_name": "Translation changed",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/338341/?format=api"
}