Changes API.

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

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

{
    "unit": "https://hosted.weblate.org/api/units/98334835/?format=api",
    "component": "https://hosted.weblate.org/api/components/weblate/legal/?format=api",
    "translation": "https://hosted.weblate.org/api/translations/weblate/legal/ko/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2023-05-14T19:45:45.384880+02:00",
    "action": 59,
    "target": "계정에 중요한 변경 사항이 있을 경우 (예 : 암호 변경) 로그인하여 계정을 도난당했는 지를 진단할 수 있습니다",
    "id": 55606016,
    "action_name": "String updated in the repository",
    "url": "https://hosted.weblate.org/api/changes/55606016/?format=api"
}