Changes API.

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

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

{
    "unit": "https://weblate.foundryvtt-hub.com/api/units/20547/?format=api",
    "component": "https://weblate.foundryvtt-hub.com/api/components/healthEstimate/main/?format=api",
    "translation": "https://weblate.foundryvtt-hub.com/api/translations/healthEstimate/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-25T10:39:50.052857Z",
    "action": 2,
    "target": "La formule JS pour calculer la fraction de santé que le jeton possède. À modifier avec prudence. La valeur par défaut suppose une simple santé descendante, par exemple vous commencez avec 10/10 pour descendre à 0/10 en subissant des dégâts.",
    "old": "La formule JS pour calculer la proportion de santé que le token a. A modifier avec prudence. La valeur par défaut suppose une simple santé descendante, par exemple vous commencez avec 10/10 dans votre case santé et descendez à 0/10 lorsque vous subissez des dommages.",
    "details": {
        "state": 20,
        "source": "The JS formula for calculating the fraction of health token has. Alter with caution. Default assumes simple descending health, e.g. you start with 10/10 in your health field and go down to 0/10 when taking damage.",
        "old_state": 20
    },
    "id": 52872,
    "action_name": "Translation changed",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/52872/?format=api"
}