Changes API.

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

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

{
    "unit": "https://weblate.ppc.lol/api/units/19294/?format=api",
    "component": "https://weblate.ppc.lol/api/components/peercoin-flutter/translations/?format=api",
    "translation": "https://weblate.ppc.lol/api/translations/peercoin-flutter/translations/ko/?format=api",
    "user": "https://weblate.ppc.lol/api/users/katiechoe/?format=api",
    "author": "https://weblate.ppc.lol/api/users/katiechoe/?format=api",
    "timestamp": "2022-02-07T16:03:40.337817Z",
    "action": 5,
    "target": "이 프로젝트는 Peercoin Foundation의 재정적 지원을 받고 있습니다.\n이 앱의 발전을 위해 재단에 기부하기를 간곡히 부탁드립니다.",
    "id": 8809,
    "action_name": "New translation",
    "url": "https://weblate.ppc.lol/api/changes/8809/?format=api"
}