Changes API.

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

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

{
    "unit": "https://weblate.foundryvtt-hub.com/api/units/10595/?format=api",
    "component": "https://weblate.foundryvtt-hub.com/api/components/xdy-pf2e-workbench/main/?format=api",
    "translation": "https://weblate.foundryvtt-hub.com/api/translations/xdy-pf2e-workbench/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": "2022-09-25T09:20:49.304961Z",
    "action": 2,
    "target": "Que mettre après le nouveau nom, par défaut '' (exemple: 'Créature'), si cela correspond au nom d'une table aléatoire, un texte aléatoire provenant de cette table sera utilisé comme suffixe à la place.",
    "old": "Que mettre après le nouveau nom par défaut '' (exemple: 'créature'), si cela correspond au nom d'une table aléatoire, un texte aléatoire provenant de cette table sera utilisé comme suffixe à la place.",
    "details": {
        "state": 20,
        "source": "Add text to postfix new name with, defaults to '' (example: 'Creature'), if this matches the name of a rollable table a random text result from this table will be used as the postfix instead.",
        "old_state": 20
    },
    "id": 52738,
    "action_name": "Translation changed",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/52738/?format=api"
}