Changes API.

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

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

{
    "unit": "https://weblate.foundryvtt-hub.com/api/units/87231/?format=api",
    "component": "https://weblate.foundryvtt-hub.com/api/components/dae/main/?format=api",
    "translation": "https://weblate.foundryvtt-hub.com/api/translations/dae/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-11-07T14:03:29.184825Z",
    "action": 5,
    "target": "L'effet est appliqué à l'utilisateur de l'objet, et non aux cibles, chaque fois que l'objet est lancé.",
    "old": "",
    "details": {
        "state": 20,
        "source": "Effect is applied to the user of the item, not the targets whenever the item is rolled",
        "old_state": 0
    },
    "id": 127148,
    "action_name": "Translation added",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/127148/?format=api"
}