Changes API.

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

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

{
    "unit": "https://weblate.foundryvtt-hub.com/api/units/248699/?format=api",
    "component": "https://weblate.foundryvtt-hub.com/api/components/pf1/main/?format=api",
    "translation": "https://weblate.foundryvtt-hub.com/api/translations/pf1/main/de/?format=api",
    "user": "https://weblate.foundryvtt-hub.com/api/users/DrMcCoy/?format=api",
    "author": "https://weblate.foundryvtt-hub.com/api/users/DrMcCoy/?format=api",
    "timestamp": "2023-11-23T14:07:16.571315Z",
    "action": 5,
    "target": "Seitennumber, als Bereich (z.B. 276-278) oder Liste (z.B. 124,270)",
    "old": "",
    "details": {
        "state": 20,
        "source": "Page number, range (e.g. 276-278), or list (e.g. 124,270)",
        "old_state": 0
    },
    "id": 403435,
    "action_name": "Translation added",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/403435/?format=api"
}