Changes API.

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

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

{
    "unit": "https://weblate.foundryvtt-hub.com/api/units/20447/?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/mclemente/?format=api",
    "author": "https://weblate.foundryvtt-hub.com/api/users/mclemente/?format=api",
    "timestamp": "2022-09-06T20:11:51.839712Z",
    "action": 2,
    "target": "L'équation de PV de votre système peut être différente de celle par défaut, choisissez l'équation utilisée pour estimer la fraction de santé.",
    "old": "L'équation de PV de votre système peut être différente de celle par défaut, choisissez l'équation utilisée pour estimer la fraction santé.",
    "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": 10
    },
    "id": 28675,
    "action_name": "Translation changed",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/28675/?format=api"
}