Changes API.

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

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

{
    "unit": "https://weblate.foundryvtt-hub.com/api/units/91527/?format=api",
    "component": "https://weblate.foundryvtt-hub.com/api/components/party-resources/main/?format=api",
    "translation": "https://weblate.foundryvtt-hub.com/api/translations/party-resources/main/de/?format=api",
    "user": "https://weblate.foundryvtt-hub.com/api/users/anonymous/?format=api",
    "author": "https://weblate.foundryvtt-hub.com/api/users/anonymous/?format=api",
    "timestamp": "2023-08-18T06:55:22.307084Z",
    "action": 4,
    "target": "Benutze ein Bild anstelle des Ressourcennamens.",
    "old": "Benutze ein Bild anstelle des des Ressourcennamens.",
    "details": {
        "state": 20,
        "source": "Use an uploaded icon image instead of a resource name.",
        "old_state": 20
    },
    "id": 370603,
    "action_name": "Suggestion added",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/370603/?format=api"
}