Changes API.

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

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

{
    "unit": null,
    "component": "https://weblate.foundryvtt-hub.com/api/components/swade/main/?format=api",
    "translation": "https://weblate.foundryvtt-hub.com/api/translations/swade/main/zh_Hans/?format=api",
    "user": "https://weblate.foundryvtt-hub.com/api/users/FloRad/?format=api",
    "author": "https://weblate.foundryvtt-hub.com/api/users/FloRad/?format=api",
    "timestamp": "2023-06-15T18:34:48.989450Z",
    "action": 54,
    "target": "",
    "old": "",
    "details": {
        "reason": "content changed",
        "filename": "src/lang/zh_Hans.yml"
    },
    "id": 344424,
    "action_name": "Translation replaced file by upload",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/344424/?format=api"
}