Changes API.

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

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

{
    "unit": "https://hosted.weblate.org/api/units/82753549/?format=api",
    "component": "https://hosted.weblate.org/api/components/debian-handbook/08_basic-configuration/?format=api",
    "translation": "https://hosted.weblate.org/api/translations/debian-handbook/08_basic-configuration/ru/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2022-09-07T10:00:52.708393+02:00",
    "action": 59,
    "target": "После установки в систему пакета с заплаткой, наложить её на исходные коды ядра можно следующей командой <command>patch</command>. В этот момент необходимо находиться курсором в каталоге с исходными кодами ядра (а сама заплатка должна находиться на один уровень выше). Пример: \"xz -cd ../linux-patch-3.16-rt.patch.xz | patch -p1\". Далее, перейдите к этапу конфигурирования нового ядра и его компилиляции, как было описано выше.",
    "id": 34120225,
    "action_name": "String updated in the repository",
    "url": "https://hosted.weblate.org/api/changes/34120225/?format=api"
}