Changes API.

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

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

{
    "unit": "https://weblate.rikka.app/api/units/45201/?format=api",
    "component": "https://weblate.rikka.app/api/components/takostats/application/?format=api",
    "translation": "https://weblate.rikka.app/api/translations/takostats/application/zh_Hans/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2023-05-04T19:21:44.071687Z",
    "action": 59,
    "target": "每条记录的帧生成时间和其他所有数据将分别被导出到两个 CSV 文件中。最后,所有的 CSV 文件会被打包为一个 ZIP 文件。",
    "id": 43478,
    "action_name": "String updated in the repository",
    "url": "https://weblate.rikka.app/api/changes/43478/?format=api"
}