Changes API.

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

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

{
    "unit": "https://weblate.foundryvtt-hub.com/api/units/192778/?format=api",
    "component": "https://weblate.foundryvtt-hub.com/api/components/advanced-macros/main/?format=api",
    "translation": "https://weblate.foundryvtt-hub.com/api/translations/advanced-macros/main/pl/?format=api",
    "user": "https://weblate.foundryvtt-hub.com/api/users/Lioheart/?format=api",
    "author": "https://weblate.foundryvtt-hub.com/api/users/Lioheart/?format=api",
    "timestamp": "2023-06-18T19:48:08.288300Z",
    "action": 2,
    "target": "Ignoruje potrzebę używania polecenia /macro do wywoływania makr na czacie. Ostrzeżenie: może to spowodować konflikt z systemem lub innymi modułami.",
    "old": "Ignoruje potrzebę użycia polecenia /makra do wywołania makr na czacie. Ostrzeżenie: może to spowodować konflikt z twoim systemem lub innymi modułami.",
    "details": {
        "state": 20,
        "source": "Ignores the need to use the /macro command to call macros on the chat. Warning: this might cause conflict with your system or other modules.",
        "old_state": 10
    },
    "id": 345752,
    "action_name": "Translation changed",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/345752/?format=api"
}