Changes API.

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

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

{
    "unit": "https://weblate.foundryvtt-hub.com/api/units/15476/?format=api",
    "component": "https://weblate.foundryvtt-hub.com/api/components/polyglot/main/?format=api",
    "translation": "https://weblate.foundryvtt-hub.com/api/translations/polyglot/main/pt-BR/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2022-09-13T19:17:12.276081Z",
    "action": 30,
    "target": "Changes the alphabet used for the languages. Reseting to defaults will reload.",
    "old": "Changes the alphabet used for the languages.",
    "details": {},
    "id": 34324,
    "action_name": "Source string changed",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/34324/?format=api"
}