Changes API.

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

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

{
    "unit": "https://hosted.weblate.org/api/units/4110257/?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:57:26.104469+02:00",
    "action": 5,
    "target": "你可以进行组合生产 - 只有一个牧场的农场无法达到100%效率 -  但你也需要确认一个农场能够给多少个田地提供服务。",
    "old": "",
    "details": {
        "state": 20,
        "source": "You can have combined production - one pasture will not lead to 100 percent efficiency of the Farm - but you need to check how many fields one Farm can serve.",
        "old_state": 0
    },
    "id": 58735149,
    "action_name": "Translation added",
    "url": "https://hosted.weblate.org/api/changes/58735149/?format=api"
}