Changes API.

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

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

{
    "unit": "https://weblate.rikka.app/api/units/17329/?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-13T19:54:15.091975Z",
    "action": 2,
    "target": "請在「開發人員選項」中啟用「無線偵錯」功能。在切換網路時,「無線偵錯」會自動停用。\n\n注意:請不要停用「開發人員選項」或「USB 偵錯」,否則 Shizuku 會被停止。",
    "id": 12894,
    "action_name": "Translation changed",
    "url": "https://weblate.rikka.app/api/changes/12894/?format=api"
}