Changes API.

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

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

{
    "unit": "https://weblate.foundryvtt-hub.com/api/units/146001/?format=api",
    "component": "https://weblate.foundryvtt-hub.com/api/components/pf2e-animations/master/?format=api",
    "translation": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-animations/master/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-02-13T21:42:03.661903Z",
    "action": 2,
    "target": "Il est recommandé d'utiliser la mire seulement sur une scène avec grille. Les scènes sans grille pourraient provoquer des soucis.",
    "old": "La mire ne peut être utilisée que sur une scène avec une grille.",
    "details": {
        "state": 20,
        "source": "Crosshairs are recommended to be used only on a grid-based scene. Gridless scenes can cause issues.",
        "old_state": 10
    },
    "id": 221724,
    "action_name": "Translation changed",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/221724/?format=api"
}