Changes API.

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

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

{
    "unit": "https://weblate.foundryvtt-hub.com/api/units/36760/?format=api",
    "component": "https://weblate.foundryvtt-hub.com/api/components/ready-set-roll-5e/main/?format=api",
    "translation": "https://weblate.foundryvtt-hub.com/api/translations/ready-set-roll-5e/main/pt-BR/?format=api",
    "user": "https://weblate.foundryvtt-hub.com/api/users/eduardopato41/?format=api",
    "author": "https://weblate.foundryvtt-hub.com/api/users/eduardopato41/?format=api",
    "timestamp": "2022-09-25T18:42:58.448179Z",
    "action": 2,
    "target": "A rolagem fornecida é nula ou indefinida.",
    "old": "O rolo dado é nulo ou indefinido.",
    "details": {
        "state": 20,
        "source": "The given roll is null or undefined.",
        "old_state": 20
    },
    "id": 54441,
    "action_name": "Translation changed",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/54441/?format=api"
}