Changes API.

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

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

{
    "unit": "https://weblate.foundryvtt-hub.com/api/units/20061/?format=api",
    "component": "https://weblate.foundryvtt-hub.com/api/components/healthEstimate/main/?format=api",
    "translation": "https://weblate.foundryvtt-hub.com/api/translations/healthEstimate/main/en/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2023-04-03T20:24:24.817833Z",
    "action": 59,
    "target": "The estimates will be shown in black and white.",
    "old": "This won't affect the settings window, but with checkmark off the descriptions will be shown in black and white.",
    "details": {
        "state": 20,
        "source": "The estimates will be shown in black and white.",
        "old_state": 20
    },
    "id": 291159,
    "action_name": "String updated in the repository",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/291159/?format=api"
}