Changes API.

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

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

{
    "unit": "https://weblate.rikka.app/api/units/12643/?format=api",
    "component": "https://weblate.rikka.app/api/components/app-ops/app/?format=api",
    "translation": "https://weblate.rikka.app/api/translations/app-ops/app/ko/?format=api",
    "user": "https://weblate.rikka.app/api/users/Matt-lemon/?format=api",
    "author": "https://weblate.rikka.app/api/users/Matt-lemon/?format=api",
    "timestamp": "2022-03-06T17:51:43.701223Z",
    "action": 2,
    "target": "이 앱이 Sui를 사용하는 것을 허용하지 않았습니다. <br>Sui에서 이 앱에 권한을 부여하세요.",
    "id": 13758,
    "action_name": "Translation changed",
    "url": "https://weblate.rikka.app/api/changes/13758/?format=api"
}