Changes API.

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

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

{
    "unit": "https://weblate.foundryvtt-hub.com/api/units/300022/?format=api",
    "component": "https://weblate.foundryvtt-hub.com/api/components/the-forge/client/?format=api",
    "translation": "https://weblate.foundryvtt-hub.com/api/translations/the-forge/client/es/?format=api",
    "user": "https://weblate.foundryvtt-hub.com/api/users/qalucaspacheco1/?format=api",
    "author": "https://weblate.foundryvtt-hub.com/api/users/qalucaspacheco1/?format=api",
    "timestamp": "2026-05-11T18:12:24.049622Z",
    "action": 2,
    "target": "The Forge es una plataforma de hosting para el software de juego de Foundry Virtual Tabletop, y requiere una licencia válida para ser anfitrión de tus propios juegos.",
    "old": "The Forge is a hosting platform for the Foundry Virtual Tabletop gaming software, and requires a valid Foundry license to host your own games.",
    "details": {
        "state": 20,
        "source": "The Forge is a hosting platform for the Foundry Virtual Tabletop gaming software, and requires a valid Foundry license to host your own games.",
        "old_state": 20
    },
    "id": 523739,
    "action_name": "Translation changed",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/523739/?format=api"
}