Changes API.

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

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

{
    "unit": "https://weblate.rikka.app/api/units/2198/?format=api",
    "component": "https://weblate.rikka.app/api/components/libraries/chooser/?format=api",
    "translation": "https://weblate.rikka.app/api/translations/libraries/chooser/zh_Hant/?format=api",
    "user": "https://weblate.rikka.app/api/users/Adeptus2/?format=api",
    "author": "https://weblate.rikka.app/api/users/Adeptus2/?format=api",
    "timestamp": "2022-10-07T02:12:46.903976Z",
    "action": 2,
    "target": "沒有應用程式可執行這項動作。",
    "id": 33682,
    "action_name": "Translation changed",
    "url": "https://weblate.rikka.app/api/changes/33682/?format=api"
}