Changes API.

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

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

{
    "unit": "https://weblate.foundryvtt-hub.com/api/units/12597/?format=api",
    "component": "https://weblate.foundryvtt-hub.com/api/components/mcc/main/?format=api",
    "translation": "https://weblate.foundryvtt-hub.com/api/translations/mcc/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-04T17:18:36.642456Z",
    "action": 37,
    "target": "Prova ancora. Se il problema persiste, segnala il problema su GitHub.",
    "old": "Prova ancora. Se il problema persiste, segnala il problema su GitHub.",
    "details": {
        "state": 10,
        "source": "Please try again. If this issue persists, please report an issue on GitHub.",
        "old_state": 20
    },
    "id": 16981,
    "action_name": "Marked for edit",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/16981/?format=api"
}