Changes API.

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

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

{
    "unit": "https://weblate.foundryvtt-hub.com/api/units/20225/?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-06-30T16:01:43.162046Z",
    "action": 2,
    "target": "Die TP-Berechnung deines Spielsystems kann sich vom Standard unterscheiden. Wählen Sie die Berechnung, die zur Schätzung des Gesundheitsanteils verwendet wird.",
    "old": "Die HP-Gleichung Ihres Systems kann sich von der Standardgleichung unterscheiden. Wählen Sie die Gleichung, die zur Schätzung des Gesundheitsanteils verwendet wird.",
    "details": {
        "state": 20,
        "source": "Your system's HP equation might be different than the default, choose the equation used to estimate the health fraction.",
        "old_state": 20
    },
    "id": 355478,
    "action_name": "Translation changed",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/355478/?format=api"
}