Changes API.

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

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

{
    "unit": "https://weblate.foundryvtt-hub.com/api/units/54513/?format=api",
    "component": "https://weblate.foundryvtt-hub.com/api/components/pin-cushion/main/?format=api",
    "translation": "https://weblate.foundryvtt-hub.com/api/translations/pin-cushion/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": "2023-09-09T09:54:14.512459Z",
    "action": 2,
    "target": "Chemin de l'icône du joueur.<br>Note : cela remplace le paramètre \"Icône de note par défaut pour les joueurs\" pour cette note.",
    "old": "Chemin de l'icône du joueur",
    "details": {
        "state": 20,
        "source": "Player Icon Path.<br>Note: this will override the setting 'Default Note Icon for Players' for this note.",
        "old_state": 10
    },
    "id": 376835,
    "action_name": "Translation changed",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/376835/?format=api"
}