Changes API.

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

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

{
    "unit": "https://weblate.foundryvtt-hub.com/api/units/13111/?format=api",
    "component": "https://weblate.foundryvtt-hub.com/api/components/forien-quest-log/main/?format=api",
    "translation": "https://weblate.foundryvtt-hub.com/api/translations/forien-quest-log/main/es/?format=api",
    "user": "https://weblate.foundryvtt-hub.com/api/users/Zaen8/?format=api",
    "author": "https://weblate.foundryvtt-hub.com/api/users/Zaen8/?format=api",
    "timestamp": "2023-03-10T01:03:38.158931Z",
    "action": 2,
    "target": "¿Estás seguro de que quieres eliminar? <p>'{name}'</p>",
    "old": "¿Estás seguro que quieres eliminar? <p>'{name}'</p>",
    "details": {
        "state": 20,
        "source": "Are you sure you want to delete: <p>'{name}'</p>",
        "old_state": 20
    },
    "id": 275543,
    "action_name": "Translation changed",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/275543/?format=api"
}