Changes API.

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

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

{
    "unit": "https://weblate.foundryvtt-hub.com/api/units/1822/?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/it/?format=api",
    "user": "https://weblate.foundryvtt-hub.com/api/users/EldritchTranslator/?format=api",
    "author": "https://weblate.foundryvtt-hub.com/api/users/EldritchTranslator/?format=api",
    "timestamp": "2022-09-03T16:11:05.604118Z",
    "action": 2,
    "target": "Nonostante l'area di tiro attiva, il ridimensionamento della finestra non ridimensionerĂ  automaticamente anche l'area. Dovrai ripristinare o ridimensionare l'area da solo.",
    "old": "Nonostante l'area di tiro sia attiva, il ridimensionamento della finestra non ridimensionerĂ  automaticamente anche l'area. Dovrai ripristinare o ridimensionare l'area da solo.",
    "details": {
        "state": 20,
        "source": "While having a custom rollable area, resizing the window won't automatically resize the rollable area. You'll have to restore or resize the custom area yourself.",
        "old_state": 10
    },
    "id": 10819,
    "action_name": "Translation changed",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/10819/?format=api"
}