Changes API.

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

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

{
    "unit": "https://weblate.foundryvtt-hub.com/api/units/246202/?format=api",
    "component": "https://weblate.foundryvtt-hub.com/api/components/pin-cushion/main/?format=api",
    "translation": "https://weblate.foundryvtt-hub.com/api/translations/pin-cushion/main/fr/?format=api",
    "user": "https://weblate.foundryvtt-hub.com/api/users/rectulo/?format=api",
    "author": "https://weblate.foundryvtt-hub.com/api/users/rectulo/?format=api",
    "timestamp": "2023-10-25T15:50:52.706570Z",
    "action": 2,
    "target": "Description personnalisée de l'infobulle. Ce texte n'apparaîtra que si aucun journal n'est lié à la note",
    "old": "Description personnalisée de l'infobulle. Ce texte n'apparaîtra que si aucun journal n'est lié à la note.",
    "details": {
        "state": 20,
        "source": "Tooltip Custom Description. This text will show up only if no journal is linked to the note",
        "old_state": 20
    },
    "id": 394943,
    "action_name": "Translation changed",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/394943/?format=api"
}