Changes API.

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

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

{
    "unit": "https://weblate.immersivetranslate.com/api/units/7878/?format=api",
    "component": "https://weblate.immersivetranslate.com/api/components/immersive-translate/extension/?format=api",
    "translation": "https://weblate.immersivetranslate.com/api/translations/immersive-translate/extension/ko/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2024-06-18T14:57:12.347093Z",
    "action": 71,
    "target": "번역 마스크는 번역 스타일의 흐릿한 효과를 가리키며(학습 모드), 활성화하면 임시로 번역에 흐릿한 효과를 사용하여 학습을 용이하게 합니다.",
    "id": 7890,
    "action_name": "String added in the repository",
    "url": "https://weblate.immersivetranslate.com/api/changes/7890/?format=api"
}