Changes API.

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

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

{
    "unit": "https://weblate.foundryvtt-hub.com/api/units/12185/?format=api",
    "component": "https://weblate.foundryvtt-hub.com/api/components/rule-element-generator/main/?format=api",
    "translation": "https://weblate.foundryvtt-hub.com/api/translations/rule-element-generator/main/pt-BR/?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-07T02:09:28.547890Z",
    "action": 3,
    "target": "",
    "old": "",
    "details": {
        "comment": "What does this do exactly? I need some context on this one."
    },
    "id": 29420,
    "action_name": "Comment added",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/29420/?format=api"
}