Changes API.

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

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

{
    "unit": "https://weblate.ppc.lol/api/units/19290/?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-07T15:51:44.727990Z",
    "action": 5,
    "target": "이 소프트웨어는 오픈 소스이고 무료이며 어떠한 보증도 제공하지 않습니다.\n본인의 책임하에 사용하십시오.",
    "id": 8802,
    "action_name": "New translation",
    "url": "https://weblate.ppc.lol/api/changes/8802/?format=api"
}