Changes API.

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

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

{
    "unit": "https://hosted.weblate.org/api/units/243243/?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:16:45.165657+02:00",
    "action": 5,
    "target": "你的城市需要拥有至少50个居民、并保持资产在正余额,才能完成新手教程。",
    "old": "",
    "details": {
        "state": 20,
        "source": "House a total of 50 or more inhabitants in your city to complete the tutorial. You need a positive balance.",
        "old_state": 0
    },
    "id": 61556054,
    "action_name": "Translation added",
    "url": "https://hosted.weblate.org/api/changes/61556054/?format=api"
}