Changes API.

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

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

{
    "unit": "https://weblate.foundryvtt-hub.com/api/units/212228/?format=api",
    "component": "https://weblate.foundryvtt-hub.com/api/components/stairways/main/?format=api",
    "translation": "https://weblate.foundryvtt-hub.com/api/translations/stairways/main/pl/?format=api",
    "user": "https://weblate.foundryvtt-hub.com/api/users/Lioheart/?format=api",
    "author": "https://weblate.foundryvtt-hub.com/api/users/Lioheart/?format=api",
    "timestamp": "2023-05-05T19:58:23.873319Z",
    "action": 5,
    "target": "Schody są połączone, gdy oba mają ten sam identyfikator.",
    "old": "",
    "details": {
        "state": 20,
        "source": "Stairways are connected when both have the same ID.",
        "old_state": 0
    },
    "id": 316344,
    "action_name": "Translation added",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/316344/?format=api"
}