Changes API.

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

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

{
    "unit": "https://weblate.rikka.app/api/units/17367/?format=api",
    "component": "https://weblate.rikka.app/api/components/shizuku/manager/?format=api",
    "translation": "https://weblate.rikka.app/api/translations/shizuku/manager/zh_Hant/?format=api",
    "user": "https://weblate.rikka.app/api/users/coin3x/?format=api",
    "author": "https://weblate.rikka.app/api/users/coin3x/?format=api",
    "timestamp": "2021-11-13T20:07:40.724081Z",
    "action": 2,
    "target": "一些技巧:將執行權限授予 %1$s 並將其新增到 %2$s,您就能直接使用 %1$s。",
    "id": 12904,
    "action_name": "Translation changed",
    "url": "https://weblate.rikka.app/api/changes/12904/?format=api"
}