Changes API.

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

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

{
    "unit": "https://weblate.foundryvtt-hub.com/api/units/20610/?format=api",
    "component": "https://weblate.foundryvtt-hub.com/api/components/healthEstimate/main/?format=api",
    "translation": "https://weblate.foundryvtt-hub.com/api/translations/healthEstimate/main/ko/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2022-09-05T18:49:21.176803Z",
    "action": 59,
    "target": "표시될 설명을 계산할 때 임시 HP가 포함 된다\nE.g. 설정이 켜져 있을 동안 토큰의 HP가 최대치가 아닌 한 임시 HP를 가질 경우 더 건강한 상태로 보인다",
    "old": "",
    "details": {
        "state": 20,
        "source": "Include temporary health points in calculating what description to show.\nE.g. with the setting turned on the token receiving temp HP will look \"healthier\" unless it's already at max health.",
        "old_state": -1
    },
    "id": 26444,
    "action_name": "String updated in the repository",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/26444/?format=api"
}