Changes API.

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

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

{
    "unit": "https://hosted.weblate.org/api/units/243222/?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:33:54.787548+02:00",
    "action": 5,
    "target": "建造至少一个牧场,并根据需要添加土豆田。",
    "old": "",
    "details": {
        "state": 20,
        "source": "Build at least one pasture and add potato fields if you like.",
        "old_state": 0
    },
    "id": 58734339,
    "action_name": "Translation added",
    "url": "https://hosted.weblate.org/api/changes/58734339/?format=api"
}