Changes API.

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

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

{
    "unit": "https://weblate.rikka.app/api/units/7671/?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/Kimjio/?format=api",
    "author": "https://weblate.rikka.app/api/users/Kimjio/?format=api",
    "timestamp": "2020-09-01T12:07:13.490868Z",
    "action": 2,
    "target": "Android 10 이후부터 앱은 포그라운드 상태에서만 클립보드를 읽을 수 있습니다.",
    "id": 7166,
    "action_name": "Translation changed",
    "url": "https://weblate.rikka.app/api/changes/7166/?format=api"
}