Changes API.

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

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

{
    "unit": "https://weblate.foundryvtt-hub.com/api/units/77305/?format=api",
    "component": "https://weblate.foundryvtt-hub.com/api/components/item-piles/main/?format=api",
    "translation": "https://weblate.foundryvtt-hub.com/api/translations/item-piles/main/pt-BR/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2022-10-19T17:18:47.904667Z",
    "action": 59,
    "target": "Essa configuração define o tipo de ator que será usado para o ator do item pile padrão que é criado no primeiro lançamento de item. No caso de D&D5e, isso é \"personagem\", pois não possui um tipo de ator de saque dedicado.",
    "old": "",
    "details": {
        "state": 20,
        "source": "This setting defines the type of actor that will be used for the default item pile actor that is created on first item drop. In the case of D&D5e, this is \"character\", as it does not have a dedicated loot actor type.",
        "old_state": -1
    },
    "id": 111941,
    "action_name": "String updated in the repository",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/111941/?format=api"
}