Changes API.

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

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

{
    "unit": "https://weblate.foundryvtt-hub.com/api/units/20424/?format=api",
    "component": "https://weblate.foundryvtt-hub.com/api/components/healthEstimate/main/?format=api",
    "translation": "https://weblate.foundryvtt-hub.com/api/translations/healthEstimate/main/es/?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-08T13:47:49.650778Z",
    "action": 30,
    "target": "Count empty pools instead of sum of their values, with the estimation only changing when a pool is depleted/replenished.",
    "old": "Count empty pools instead of sum of their values, with the estimation only changing when a pool is depleted/replenished",
    "details": {},
    "id": 30608,
    "action_name": "Source string changed",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/30608/?format=api"
}