Changes API.

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

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

{
    "unit": "https://hosted.weblate.org/api/units/98334849/?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": "https://hosted.weblate.org/api/users/ddinghoya/?format=api",
    "author": "https://hosted.weblate.org/api/users/ddinghoya/?format=api",
    "timestamp": "2023-06-03T12:30:47.106419+02:00",
    "action": 2,
    "target": "본 서비스 약관은 2023년 5월 15일부터 발효됩니다.",
    "id": 57118765,
    "action_name": "Translation changed",
    "url": "https://hosted.weblate.org/api/changes/57118765/?format=api"
}