Changes API.

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

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

{
    "unit": "https://weblate.foundryvtt-hub.com/api/units/149845/?format=api",
    "component": "https://weblate.foundryvtt-hub.com/api/components/cyphersystem/main/?format=api",
    "translation": "https://weblate.foundryvtt-hub.com/api/translations/cyphersystem/main/fr/?format=api",
    "user": "https://weblate.foundryvtt-hub.com/api/users/NiceTSY/?format=api",
    "author": "https://weblate.foundryvtt-hub.com/api/users/NiceTSY/?format=api",
    "timestamp": "2023-10-02T12:03:06.539288Z",
    "action": 2,
    "target": "Si les lancers utilisent une difficulté effective, les facilités et les entraves modifient la difficulté surmontée après le lancer plutôt que de modifier la difficulté avant le lancer.",
    "old": "Avec ce paramètre, les niveaux facilités ou entravés pour les jets des macros sont respectivement ajoutés et soustraits de la difficulté. En fait, cela donne la difficulté effective qui est obtenue par le jet. Par exemple, si vous obtenez un 9 sur un jet qui est facilité d’un niveau, la macro vous dit que vous avez battu la difficulté 4 (3+1). Si vous aviez été entravé, elle vous aurait dit que vous aviez battu la difficulté 2 (3-1). Si cette option est désactivée, elle vous dira que vous avez battu la difficulté 3.",
    "details": {
        "state": 20,
        "source": "If rolls use effective difficulty, easements and hindrances modify the beaten difficulty after the roll instead of modifying the difficulty before the roll.",
        "old_state": 20
    },
    "id": 384808,
    "action_name": "Translation changed",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/384808/?format=api"
}