Changes API.

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

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

{
    "unit": "https://weblate.foundryvtt-hub.com/api/units/22464/?format=api",
    "component": "https://weblate.foundryvtt-hub.com/api/components/wild-magic-surge-5e/main/?format=api",
    "translation": "https://weblate.foundryvtt-hub.com/api/translations/wild-magic-surge-5e/main/fr/?format=api",
    "user": "https://weblate.foundryvtt-hub.com/api/users/Elfenduil/?format=api",
    "author": "https://weblate.foundryvtt-hub.com/api/users/Elfenduil/?format=api",
    "timestamp": "2022-09-27T08:13:33.536734Z",
    "action": 5,
    "target": "Quel est le résultat du lancer de dés que vous voulez vérifier. Pour les valeurs multiples, utilisez une liste de valeurs séparées par des virgules, comme '1, 4, 10'.",
    "old": "",
    "details": {
        "state": 20,
        "source": "What is the dice roll result you want to check against. For multiple value use a comma seperated value list like '1, 4, 10'.",
        "old_state": 0
    },
    "id": 55140,
    "action_name": "Translation added",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/55140/?format=api"
}