Changes API.

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

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

{
    "unit": "https://weblate.rikka.app/api/units/10139/?format=api",
    "component": "https://weblate.rikka.app/api/components/app-ops/ops/?format=api",
    "translation": "https://weblate.rikka.app/api/translations/app-ops/ops/zh_Hant/?format=api",
    "user": "https://weblate.rikka.app/api/users/rikka/?format=api",
    "author": "https://weblate.rikka.app/api/users/rikka/?format=api",
    "timestamp": "2020-08-22T15:09:44.289997Z",
    "action": 9,
    "target": "在 Android 10 或以上,預設情況下,任何使用者應用程式都無權讀取裝置識別碼(IMEI,MEID,IMSI,SIM 卡號碼和裝置序列號)。",
    "id": 5456,
    "action_name": "Translation uploaded",
    "url": "https://weblate.rikka.app/api/changes/5456/?format=api"
}