Changes API.

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

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

{
    "unit": "https://weblate.foundryvtt-hub.com/api/units/24835/?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/Bodo/?format=api",
    "author": "https://weblate.foundryvtt-hub.com/api/users/Bodo/?format=api",
    "timestamp": "2022-11-24T16:00:02.554011Z",
    "action": 5,
    "target": "Ignoriert die Größe von Polyglot-Schriften in Zeitschriften, so dass sie die gleiche Größe wie normaler Text haben. Nützlich, wenn die Formatierung der Zeitschrift wichtig ist.",
    "old": "",
    "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": 0
    },
    "id": 130472,
    "action_name": "Translation added",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/130472/?format=api"
}