Changes API.

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

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

{
    "unit": "https://weblate.foundryvtt-hub.com/api/units/35953/?format=api",
    "component": "https://weblate.foundryvtt-hub.com/api/components/chat-portrait/main/?format=api",
    "translation": "https://weblate.foundryvtt-hub.com/api/translations/chat-portrait/main/es/?format=api",
    "user": "https://weblate.foundryvtt-hub.com/api/users/wilkija/?format=api",
    "author": "https://weblate.foundryvtt-hub.com/api/users/wilkija/?format=api",
    "timestamp": "2022-10-26T19:44:20.380213Z",
    "action": 2,
    "target": "Usa la imagen del icono del actor en lugar de la imagen por defecto.",
    "old": "Usa la imagen del icono del actor en lugar de la imagen por defecto",
    "details": {
        "state": 20,
        "source": "Use the actor's Token image instead of the actor's standard image.",
        "old_state": 20
    },
    "id": 114746,
    "action_name": "Translation changed",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/114746/?format=api"
}