Changes API.

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

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

{
    "unit": "https://weblate.foundryvtt-hub.com/api/units/312949/?format=api",
    "component": "https://weblate.foundryvtt-hub.com/api/components/terrain-ruler/main/?format=api",
    "translation": "https://weblate.foundryvtt-hub.com/api/translations/terrain-ruler/main/it/?format=api",
    "user": "https://weblate.foundryvtt-hub.com/api/users/GregoryWarn/?format=api",
    "author": "https://weblate.foundryvtt-hub.com/api/users/GregoryWarn/?format=api",
    "timestamp": "2025-08-26T14:11:31.931544Z",
    "action": 2,
    "target": "Lo stato del righello del terreno può essere attivato/disattivato dopo essersi uniti al gioco",
    "old": "Lo stato del righello del terreno può essere attivato/disattivato dopo essersi uniti al gioco.",
    "details": {
        "state": 20,
        "source": "The state of the terrain ruler toggle after joining the game.",
        "old_state": 10
    },
    "id": 509147,
    "action_name": "Translation changed",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/509147/?format=api"
}