Changes API.

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

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

{
    "unit": "https://weblate.rikka.app/api/units/16577/?format=api",
    "component": "https://weblate.rikka.app/api/components/shizuku/manager/?format=api",
    "translation": "https://weblate.rikka.app/api/translations/shizuku/manager/ja/?format=api",
    "user": null,
    "author": "https://weblate.rikka.app/api/users/anonymous/?format=api",
    "timestamp": "2021-07-13T21:56:54.255953Z",
    "action": 4,
    "target": "「開発者向けオプション」で「ワイヤレスデバッグ」を有効にしてください。ネットワークが変更されると、「ワイヤレスデバッグ」は自動的に無効になります。\n\n注意:「開発者向けオプション」や「USBデバッグ」を無効にしないでください。無効にすると、Shizukuが停止してしまいます。",
    "id": 10542,
    "action_name": "Suggestion added",
    "url": "https://weblate.rikka.app/api/changes/10542/?format=api"
}