Changes API.

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

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

{
    "unit": "https://weblate.foundryvtt-hub.com/api/units/20667/?format=api",
    "component": "https://weblate.foundryvtt-hub.com/api/components/healthEstimate/main/?format=api",
    "translation": "https://weblate.foundryvtt-hub.com/api/translations/healthEstimate/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-07T22:48:42.601715Z",
    "action": 2,
    "target": "Seu sistema pode estar usando um outro caminho de dados. Se a estimativa não estiver aparecendo corretamente, informe o caminho de dados para o atributo correto (ex.: actor.system.health).",
    "old": "Seu sistema não é oficialmente suportado, então pode estar usando um atributo diferente do padrão. Só mude isto se a estimativa não estiver aparecendo e você souber o que está fazendo.",
    "details": {
        "state": 20,
        "source": "Your system might be using another data path. If the estimate isn't showing correctly, input the data path to the correct attribute (e.g. actor.system.health).",
        "old_state": 20
    },
    "id": 30350,
    "action_name": "Translation changed",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/30350/?format=api"
}