Changes API.

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

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

{
    "unit": "https://weblate.rikka.app/api/units/58029/?format=api",
    "component": "https://weblate.rikka.app/api/components/shizuku/glossary/?format=api",
    "translation": "https://weblate.rikka.app/api/translations/shizuku/glossary/ko/?format=api",
    "user": "https://weblate.rikka.app/api/users/anonymous/?format=api",
    "author": "https://weblate.rikka.app/api/users/anonymous/?format=api",
    "timestamp": "2024-05-04T09:34:32.618960Z",
    "action": 4,
    "target": "설정에서의 \"개발자 옵션.\" 개발자를 위한 추가적인 기능을 활성화 하기 위해 사용됩니다.",
    "id": 60125,
    "action_name": "Suggestion added",
    "url": "https://weblate.rikka.app/api/changes/60125/?format=api"
}