Changes API.

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

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

{
    "unit": "https://hosted.weblate.org/api/units/4087535/?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:10:11.989571+02:00",
    "action": 5,
    "target": "纺织工坊是织工居住的地方。你可以在两种位置建造它,一个是靠近农场,另一个是靠近储物帐篷(或仓库)。",
    "old": "",
    "details": {
        "state": 20,
        "source": "The Weaver's Hut is the place where the weaver lives. There are two spots where you can build it - either close to the Farm or close to a Storage Tent (or the Warehouse).",
        "old_state": 0
    },
    "id": 61555936,
    "action_name": "Translation added",
    "url": "https://hosted.weblate.org/api/changes/61555936/?format=api"
}