Changes API.

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

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

{
    "unit": "https://weblate.foundryvtt-hub.com/api/units/24827/?format=api",
    "component": "https://weblate.foundryvtt-hub.com/api/components/polyglot/main/?format=api",
    "translation": "https://weblate.foundryvtt-hub.com/api/translations/polyglot/main/en/?format=api",
    "user": "https://weblate.foundryvtt-hub.com/api/users/mclemente/?format=api",
    "author": "https://weblate.foundryvtt-hub.com/api/users/mclemente/?format=api",
    "timestamp": "2022-09-13T19:39:04.133530Z",
    "action": 2,
    "target": "Ignores the size of Polyglot's fonts on journals, making them have the same size as normal text would have. Useful for when the formatting of the journal matters.",
    "old": "Ignores the font size used for Polyglot's fonts, making languages runes on journals the same size as normal text. Useful for when the formatting of the journal matters.",
    "details": {
        "state": 20,
        "source": "Ignores the size of Polyglot's fonts on journals, making them have the same size as normal text would have. Useful for when the formatting of the journal matters.",
        "old_state": 20
    },
    "id": 34369,
    "action_name": "Translation changed",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/34369/?format=api"
}