Changes API.

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

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

{
    "unit": "https://hosted.weblate.org/api/units/82753558/?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.709215+02:00",
    "action": 30,
    "target": "The package's configuration scripts automatically generate an <literal>initramfs</literal> image (the successor of the old initial ramdisk <literal>initrd</literal> image), which is a compressed mini-system designed to be loaded in memory (hence the name, which stands for “initial ram filesystem”) by the bootloader, and used by the Linux kernel solely for loading the modules needed to access the devices containing the complete Debian system (for example, the driver for SATA disks). Finally, the post-installation scripts update the symbolic links <filename>/vmlinuz</filename>, <filename>/vmlinuz.old</filename>, <filename>/initrd.img</filename>, and <filename>/initrd.img.old</filename> so that they point to the latest two kernels installed, respectively, as well as the corresponding initramfs boot images.",
    "id": 34120242,
    "action_name": "Source string changed",
    "url": "https://hosted.weblate.org/api/changes/34120242/?format=api"
}