Changes API.

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

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

{
    "unit": "https://weblate.foundryvtt-hub.com/api/units/15515/?format=api",
    "component": "https://weblate.foundryvtt-hub.com/api/components/polyglot/main/?format=api",
    "translation": "https://weblate.foundryvtt-hub.com/api/translations/polyglot/main/pt-BR/?format=api",
    "user": "https://weblate.foundryvtt-hub.com/api/users/mclemente/?format=api",
    "author": "https://weblate.foundryvtt-hub.com/api/users/mclemente/?format=api",
    "timestamp": "2023-08-04T04:18:31.604517Z",
    "action": 2,
    "target": "Adiciona as fontes do Polyglot ao {settingMenuLabel} do Foundry. Desative esta configuração para remover todas as fontes do Polyglot do menu.",
    "old": "Adiciona as fontes do Polyglot ao menu de Fontes Adicionas do Foundry. Desativar esta configuração irá remover todas as fontes do Polyglot do menu.",
    "details": {
        "state": 20,
        "source": "Add Polyglot's fonts to Core's {settingMenuLabel} menu. Toggle this setting off to remove all of Polyglot's fonts from the menu.",
        "old_state": 10
    },
    "id": 365990,
    "action_name": "Translation changed",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/365990/?format=api"
}