Changes API.

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

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

{
    "unit": "https://weblate.foundryvtt-hub.com/api/units/19587/?format=api",
    "component": "https://weblate.foundryvtt-hub.com/api/components/polyglot/glossary/?format=api",
    "translation": "https://weblate.foundryvtt-hub.com/api/translations/polyglot/glossary/pl/?format=api",
    "user": "https://weblate.foundryvtt-hub.com/api/users/iksior/?format=api",
    "author": "https://weblate.foundryvtt-hub.com/api/users/iksior/?format=api",
    "timestamp": "2022-09-23T13:30:48.206904Z",
    "action": 37,
    "target": "Liczba losowa",
    "old": "",
    "details": {
        "state": 10,
        "source": "RNG",
        "old_state": 0
    },
    "id": 51938,
    "action_name": "Marked for edit",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/51938/?format=api"
}