Changes API.

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

GET /api/changes/245368/?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/DrMcCoy/?format=api",
    "author": "https://weblate.foundryvtt-hub.com/api/users/DrMcCoy/?format=api",
    "timestamp": "2023-02-18T10:28:55.076634Z",
    "action": 2,
    "target": "Dein System wird nicht offiziell unterstützt, wähle daher die Gleichung zur Schätzung des Gesundheitsanteils.",
    "old": "Dein System wird nicht offiziell unterstützt, wähle daher die Gleichung zur Schätzung des Gesundheitsanteils",
    "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": 245368,
    "action_name": "Translation changed",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/245368/?format=api"
}