Changes API.

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

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

{
    "unit": "https://translate.ayana.io/api/units/6299/?format=api",
    "component": "https://translate.ayana.io/api/components/ayana/commands/?format=api",
    "translation": "https://translate.ayana.io/api/translations/ayana/commands/ko/?format=api",
    "user": "https://translate.ayana.io/api/users/Pomco/?format=api",
    "author": "https://translate.ayana.io/api/users/Pomco/?format=api",
    "timestamp": "2022-03-10T14:53:09.518140Z",
    "action": 2,
    "target": "최근 100개의 메시지 중에서 제 메시지를 삭제할게요.",
    "id": 1717,
    "action_name": "Translation changed",
    "url": "https://translate.ayana.io/api/changes/1717/?format=api"
}