Changes API.

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

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

{
    "unit": "https://hosted.weblate.org/api/units/243229/?format=api",
    "component": "https://hosted.weblate.org/api/components/uh/tutorial/?format=api",
    "translation": "https://hosted.weblate.org/api/translations/uh/tutorial/zh_Hans/?format=api",
    "user": "https://hosted.weblate.org/api/users/KWSTD/?format=api",
    "author": "https://hosted.weblate.org/api/users/KWSTD/?format=api",
    "timestamp": "2023-07-18T18:02:22.448531+02:00",
    "action": 5,
    "target": "如果启用了这种“休整”模式(我们称之为“解体”),你为该建筑支付的运营成本将减少。虽然不会降至零,但仍然比保持公司运营时要低。",
    "old": "",
    "details": {
        "state": 20,
        "source": "If this 'break' mode is enabled (we call it 'Decommissioning'), the running costs you pay for the building will decrease. They won't be zero, but still lower than if you keep the company producing.",
        "old_state": 0
    },
    "id": 61555793,
    "action_name": "Translation added",
    "url": "https://hosted.weblate.org/api/changes/61555793/?format=api"
}