Changes API.

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

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

{
    "unit": "https://weblate.foundryvtt-hub.com/api/units/15046/?format=api",
    "component": "https://weblate.foundryvtt-hub.com/api/components/polyglot/main/?format=api",
    "translation": "https://weblate.foundryvtt-hub.com/api/translations/polyglot/main/de/?format=api",
    "user": "https://weblate.foundryvtt-hub.com/api/users/Lyynix/?format=api",
    "author": "https://weblate.foundryvtt-hub.com/api/users/Lyynix/?format=api",
    "timestamp": "2024-04-25T21:15:56.487725Z",
    "action": 4,
    "target": "Verschleiere OOC Chat-Nachrichten",
    "old": "Verschleiere OOC Chat-Nachrichten",
    "details": {
        "state": 10,
        "source": "Scramble Out of Character Chat Messages",
        "old_state": 10
    },
    "id": 456453,
    "action_name": "Suggestion added",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/456453/?format=api"
}