Changes API.

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

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

{
    "unit": "https://weblate.foundryvtt-hub.com/api/units/21014/?format=api",
    "component": "https://weblate.foundryvtt-hub.com/api/components/about-face/main/?format=api",
    "translation": "https://weblate.foundryvtt-hub.com/api/translations/about-face/main/ja/?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-15T00:29:39.413659Z",
    "action": 30,
    "target": "Select a color for the indicator.",
    "old": "Select a color for the indicator. Transparency is ignored.",
    "details": {},
    "id": 34669,
    "action_name": "Source string changed",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/34669/?format=api"
}