Changes API.

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

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

{
    "unit": "https://weblate.foundryvtt-hub.com/api/units/2956/?format=api",
    "component": "https://weblate.foundryvtt-hub.com/api/components/mcc/main/?format=api",
    "translation": "https://weblate.foundryvtt-hub.com/api/translations/mcc/main/en/?format=api",
    "user": "https://weblate.foundryvtt-hub.com/api/users/Demian/?format=api",
    "author": "https://weblate.foundryvtt-hub.com/api/users/Demian/?format=api",
    "timestamp": "2022-09-03T19:52:38.344300Z",
    "action": 3,
    "target": "",
    "old": "",
    "details": {
        "comment": "What does \"visible\" mean in this context? Packages *available* in the official listing? Packages that can be queried from the local FVTT installation? I was not aware that it was possible to secretly install hidden packages into FVTT?"
    },
    "id": 12382,
    "action_name": "Comment added",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/12382/?format=api"
}