Changes API.

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

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

{
    "unit": "https://weblate.rikka.app/api/units/9562/?format=api",
    "component": "https://weblate.rikka.app/api/components/app-ops/ops/?format=api",
    "translation": "https://weblate.rikka.app/api/translations/app-ops/ops/ko/?format=api",
    "user": "https://weblate.rikka.app/api/users/SameDesu123/?format=api",
    "author": "https://weblate.rikka.app/api/users/SameDesu123/?format=api",
    "timestamp": "2022-06-24T08:46:58.776173Z",
    "action": 5,
    "target": "앱이 미디어 파일에서 위치를 읽을 수 있도록 허용합니다(미디어 스토어를 통해).",
    "id": 17814,
    "action_name": "New translation",
    "url": "https://weblate.rikka.app/api/changes/17814/?format=api"
}