Changes API.

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

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

{
    "unit": "https://weblate.foundryvtt-hub.com/api/units/20537/?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:36:09.724994Z",
    "action": 2,
    "target": "Si ce paramètre est activé, limitez les \"stades des véhicules\" à 3.",
    "old": "Si ce paramètre est activé, les descriptions \"Étapes du seuil\" seront utilisées pour les véhicules au-dessus du seuil, en dessous de celui-ci et à 0 PV respectivement.",
    "details": {
        "state": 20,
        "source": "If this setting is on, limit the stages of \"Vehicle Stages\" to 3.",
        "old_state": 20
    },
    "id": 52863,
    "action_name": "Translation changed",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/52863/?format=api"
}