Changes API.

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

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

{
    "unit": "https://weblate.foundryvtt-hub.com/api/units/20325/?format=api",
    "component": "https://weblate.foundryvtt-hub.com/api/components/healthEstimate/main/?format=api",
    "translation": "https://weblate.foundryvtt-hub.com/api/translations/healthEstimate/main/de/?format=api",
    "user": "https://weblate.foundryvtt-hub.com/api/users/RadicalEd/?format=api",
    "author": "https://weblate.foundryvtt-hub.com/api/users/RadicalEd/?format=api",
    "timestamp": "2023-07-05T16:35:41.059546Z",
    "action": 2,
    "target": "Die JS-Formel für die Berechnung des Anteils an Gesundheit, den ein Token hat. Mit Vorsicht zu ändern. Standardmäßig wird von einer einfachen absteigenden Gesundheit ausgegangen, d.h. du beginnst mit 10/10 in deinem Gesundheitsfeld und gehst auf 0/10 herunter, wenn du Schaden nimmst.",
    "old": "Die JS-Formel für die Berechnung der Token-Schätzung. Verändere sie mit Vorsicht! Standardmäßig wird eine abnehmende Gesundheit angenommen, bspw. startest du mit 10/10 TP und gehst bis 0/10 TP herunter, sobald du Schaden nimmst.",
    "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": 358371,
    "action_name": "Translation changed",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/358371/?format=api"
}