Changes API.

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

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

{
    "unit": "https://weblate.immersivetranslate.com/api/units/30081/?format=api",
    "component": "https://weblate.immersivetranslate.com/api/components/immersive-document-translation/official/?format=api",
    "translation": "https://weblate.immersivetranslate.com/api/translations/immersive-document-translation/official/ko/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2025-02-28T05:22:44.990338Z",
    "action": 71,
    "target": "인터넷 연결을 확인해야 할 수도 있습니다.",
    "id": 42188,
    "action_name": "String added in the repository",
    "url": "https://weblate.immersivetranslate.com/api/changes/42188/?format=api"
}