Changes API.

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

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

{
    "unit": "https://weblate.foundryvtt-hub.com/api/units/1277/?format=api",
    "component": "https://weblate.foundryvtt-hub.com/api/components/dice-so-nice/main/?format=api",
    "translation": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/main/es/?format=api",
    "user": "https://weblate.foundryvtt-hub.com/api/users/gabriel-canals/?format=api",
    "author": "https://weblate.foundryvtt-hub.com/api/users/gabriel-canals/?format=api",
    "timestamp": "2022-09-04T09:22:52.607572Z",
    "action": 2,
    "target": "Puede guardar o cargar varios ajustes de dados. Se guardarán en los ajustes de usuario del mundo actual. Si desea usarlos en un otro mundo, por favor, use los botones de Importar/Exportar.",
    "old": "Puede guardar o cargar varios ajustes de dados. Se guardarán en los ajustes de usuario del mundo actual. Si desea usarlos en un otro mundo, por favor, use los botones de importar/exportar",
    "details": {
        "state": 20,
        "source": "You can save or load multiple dice settings. They'll be saved in your user settings in this world only. If you wish to use them in a different world, please use the Import/Export buttons instead.",
        "old_state": 20
    },
    "id": 15389,
    "action_name": "Translation changed",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/15389/?format=api"
}