Changes API.

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

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

{
    "unit": "https://weblate.foundryvtt-hub.com/api/units/117883/?format=api",
    "component": "https://weblate.foundryvtt-hub.com/api/components/t2k4e/main/?format=api",
    "translation": "https://weblate.foundryvtt-hub.com/api/translations/t2k4e/main/sv/?format=api",
    "user": "https://weblate.foundryvtt-hub.com/api/users/tinwe/?format=api",
    "author": "https://weblate.foundryvtt-hub.com/api/users/tinwe/?format=api",
    "timestamp": "2023-11-27T18:08:24.927375Z",
    "action": 2,
    "target": "Du har valt flera markörer. Välj bara en av dem.",
    "old": "Du har valt flera markörer.  Välj bara en av dem.",
    "details": {
        "state": 20,
        "source": "You have selected multiple tokens. Please choose one of them.",
        "old_state": 20
    },
    "id": 404370,
    "action_name": "Translation changed",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/404370/?format=api"
}