Changes API.

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

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

{
    "unit": "https://hosted.weblate.org/api/units/243215/?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/chenli/?format=api",
    "author": "https://hosted.weblate.org/api/users/chenli/?format=api",
    "timestamp": "2023-06-15T21:46:14.920082+02:00",
    "action": 5,
    "target": "现在我们只需要放牧场,但如果你的食物供应链太小了(可能是因为有很多住宅建筑),你也可以生产一些土豆。",
    "old": "",
    "details": {
        "state": 20,
        "source": "We now only need pastures, but in case your food supply chain is too small (maybe many residential buildings) you can also produce some potatoes.",
        "old_state": 0
    },
    "id": 58734596,
    "action_name": "Translation added",
    "url": "https://hosted.weblate.org/api/changes/58734596/?format=api"
}