Changes API.

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

GET /api/changes/492424/?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/quick-insert/main/?format=api",
    "translation": null,
    "user": null,
    "author": null,
    "timestamp": "2025-01-04T22:09:40.318140Z",
    "action": 21,
    "target": "",
    "old": "",
    "details": {
        "new_head": "8cca9e4c2191ad16193f80e8c7892e5f52a75a3b",
        "previous_head": "efaf7c5e887822c547f3336ff1d0642e1b262393"
    },
    "id": 492424,
    "action_name": "Repository rebased",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/492424/?format=api"
}