Changes API.

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

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

{
    "unit": "https://weblate.foundryvtt-hub.com/api/units/1673/?format=api",
    "component": "https://weblate.foundryvtt-hub.com/api/components/dice-so-nice/main/?format=api",
    "translation": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/main/it/?format=api",
    "user": "https://weblate.foundryvtt-hub.com/api/users/GregoryWarn/?format=api",
    "author": "https://weblate.foundryvtt-hub.com/api/users/GregoryWarn/?format=api",
    "timestamp": "2024-09-05T12:49:17.680516Z",
    "action": 2,
    "target": "Quando possibile, visualizza dadi 3D quando viene rilevato un tiro inline nella chat.",
    "old": "Quando possibile, visualizza i dadi 3D quando viene rilevato un tiro inline nella chat.",
    "details": {
        "state": 20,
        "source": "When possible, show 3D dice when an inline roll is detected in the chat.",
        "old_state": 10
    },
    "id": 482374,
    "action_name": "Translation changed",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/482374/?format=api"
}