Changes API.

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

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

{
    "unit": "https://translate.ayana.io/api/units/6292/?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:02.843042Z",
    "action": 2,
    "target": "명령어에 사용자 인수를 포함하시려면 플래그를 참 또는 거짓으로 설정해 주세요.",
    "id": 1716,
    "action_name": "Translation changed",
    "url": "https://translate.ayana.io/api/changes/1716/?format=api"
}