Changes API.

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

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

{
    "unit": "https://weblate.foundryvtt-hub.com/api/units/282209/?format=api",
    "component": "https://weblate.foundryvtt-hub.com/api/components/polyglot/main/?format=api",
    "translation": "https://weblate.foundryvtt-hub.com/api/translations/polyglot/main/zh_Hans/?format=api",
    "user": "https://weblate.foundryvtt-hub.com/api/users/hmqgg/?format=api",
    "author": "https://weblate.foundryvtt-hub.com/api/users/hmqgg/?format=api",
    "timestamp": "2024-03-09T15:03:41.428933Z",
    "action": 9,
    "target": "这个globe有 3 种颜色: <ul><li><span style=\"color: green\">绿色</span>适用于已知语言。将鼠标悬停在其上会显示语言名称。</li><li><span style=\"color: blue\">蓝色</span>为可读语言,但玩家不知道是哪种语言。 <li><span style=\"color: red\">红色</span>为未知语言</li></li></ul>",
    "old": "",
    "details": {
        "state": 20,
        "source": "This globe can have 3 colors: <ul><li><span style=\"color: green\">Green</span> for Known languages. Hovering over it will display the language's name.</li><li><span style=\"color: blue\">Blue</span> for languages that can be read but the player will have no idea which language it is.<li><span style=\"color: red\">Red</span> for Unknown languages.</li></li></ul>",
        "old_state": 0
    },
    "id": 449280,
    "action_name": "Translation uploaded",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/449280/?format=api"
}