Translation components API.

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

GET /api/translations/debian-handbook/08_basic-configuration/en/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 603,
    "next": "https://hosted.weblate.org/api/translations/debian-handbook/08_basic-configuration/en/changes/?format=api&page=2",
    "previous": null,
    "results": [
        {
            "unit": "https://hosted.weblate.org/api/units/82742550/?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/en/?format=api",
            "user": "https://hosted.weblate.org/api/users/andika/?format=api",
            "author": "https://hosted.weblate.org/api/users/andika/?format=api",
            "timestamp": "2022-12-18T11:13:24.163628+01:00",
            "action": 3,
            "target": "",
            "old": "",
            "details": {
                "comment": "missing dot:\r\nsee <xref linkend=\"sect.install-autopartman-mode\" />) The root\r\n-->\r\nsee <xref linkend=\"sect.install-autopartman-mode\" />). The root"
            },
            "id": 42752100,
            "action_name": "Comment added",
            "url": "https://hosted.weblate.org/api/changes/42752100/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82742352/?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/en/?format=api",
            "user": "https://hosted.weblate.org/api/users/Dav/?format=api",
            "author": "https://hosted.weblate.org/api/users/Dav/?format=api",
            "timestamp": "2022-12-02T14:02:11.004368+01:00",
            "action": 3,
            "target": "",
            "old": "",
            "details": {
                "comment": "they are the device files present in /dev that are linked with link in /dev/disk/"
            },
            "id": 40546887,
            "action_name": "Comment added",
            "url": "https://hosted.weblate.org/api/changes/40546887/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82742352/?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/en/?format=api",
            "user": "https://hosted.weblate.org/api/users/Dav/?format=api",
            "author": "https://hosted.weblate.org/api/users/Dav/?format=api",
            "timestamp": "2022-12-02T14:00:42.298561+01:00",
            "action": 64,
            "target": "",
            "old": "",
            "details": {
                "comment": "they are the device files present in /dev/disk/"
            },
            "id": 40546730,
            "action_name": "Comment removed",
            "url": "https://hosted.weblate.org/api/changes/40546730/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82742352/?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/en/?format=api",
            "user": "https://hosted.weblate.org/api/users/Dav/?format=api",
            "author": "https://hosted.weblate.org/api/users/Dav/?format=api",
            "timestamp": "2022-12-02T13:58:22.971524+01:00",
            "action": 3,
            "target": "",
            "old": "",
            "details": {
                "comment": "they are the device files present in /dev/disk/"
            },
            "id": 40546597,
            "action_name": "Comment added",
            "url": "https://hosted.weblate.org/api/changes/40546597/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82742144/?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/en/?format=api",
            "user": "https://hosted.weblate.org/api/users/kingu/?format=api",
            "author": "https://hosted.weblate.org/api/users/kingu/?format=api",
            "timestamp": "2022-12-02T07:23:57.172141+01:00",
            "action": 65,
            "target": "",
            "old": "",
            "details": {
                "comment": "Setting the expiry to \"never\" means it is expired?"
            },
            "id": 40531154,
            "action_name": "Comment resolved",
            "url": "https://hosted.weblate.org/api/changes/40531154/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82742144/?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/en/?format=api",
            "user": "https://hosted.weblate.org/api/users/Dav/?format=api",
            "author": "https://hosted.weblate.org/api/users/Dav/?format=api",
            "timestamp": "2022-12-01T23:33:20.583269+01:00",
            "action": 3,
            "target": "",
            "old": "",
            "details": {
                "comment": "no, it is the opposite:\r\n$ man usermod\r\n[...]\r\n-e, --expiredate EXPIRE_DATE\r\n[...]\r\nAn input of -1 or an empty string will blank the account expiration field in the shadow password file. The account will remain available with no date limit.\r\n[...]\r\nNote: if you wish to lock the account (not only access with a password), you should also set the EXPIRE_DATE to 1\r\n[...]\r\n\r\nSo\r\n# usermod -e 1\r\nwill do what you want: block the user account (login whit or without password)\r\n# usermod -e -1\r\nwill set the user account to never expire\r\n\r\nSo commands are correct, but the explanation in the round brake is misleading"
            },
            "id": 40526271,
            "action_name": "Comment added",
            "url": "https://hosted.weblate.org/api/changes/40526271/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/14752123/?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/en/?format=api",
            "user": "https://hosted.weblate.org/api/users/kingu/?format=api",
            "author": "https://hosted.weblate.org/api/users/kingu/?format=api",
            "timestamp": "2022-10-28T20:06:07.447424+02:00",
            "action": 3,
            "target": "",
            "old": "",
            "details": {
                "comment": "\"module-assistant\" is not tagged here…?"
            },
            "id": 37901743,
            "action_name": "Comment added",
            "url": "https://hosted.weblate.org/api/changes/37901743/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82742690/?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/en/?format=api",
            "user": "https://hosted.weblate.org/api/users/kingu/?format=api",
            "author": "https://hosted.weblate.org/api/users/kingu/?format=api",
            "timestamp": "2022-10-28T19:47:02.668816+02:00",
            "action": 3,
            "target": "",
            "old": "",
            "details": {
                "comment": "GTK+ → GTK"
            },
            "id": 37900795,
            "action_name": "Comment added",
            "url": "https://hosted.weblate.org/api/changes/37900795/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82742604/?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/en/?format=api",
            "user": "https://hosted.weblate.org/api/users/kingu/?format=api",
            "author": "https://hosted.weblate.org/api/users/kingu/?format=api",
            "timestamp": "2022-10-28T18:56:19.137715+02:00",
            "action": 3,
            "target": "",
            "old": "",
            "details": {
                "comment": "Should be \"ext2/3/4\" (like elsewhere)?"
            },
            "id": 37899991,
            "action_name": "Comment added",
            "url": "https://hosted.weblate.org/api/changes/37899991/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/14769813/?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/en/?format=api",
            "user": "https://hosted.weblate.org/api/users/kingu/?format=api",
            "author": "https://hosted.weblate.org/api/users/kingu/?format=api",
            "timestamp": "2022-10-28T18:52:42.774003+02:00",
            "action": 3,
            "target": "",
            "old": "",
            "details": {
                "comment": "I think this is fixed now, but it was the nail in the coffin for me. A system will boot with a damaged or unmounted external drive."
            },
            "id": 37899973,
            "action_name": "Comment added",
            "url": "https://hosted.weblate.org/api/changes/37899973/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/14752000/?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/en/?format=api",
            "user": "https://hosted.weblate.org/api/users/kingu/?format=api",
            "author": "https://hosted.weblate.org/api/users/kingu/?format=api",
            "timestamp": "2022-10-28T18:12:45.685703+02:00",
            "action": 3,
            "target": "",
            "old": "",
            "details": {
                "comment": "(As it means something else) \"using the CMOS clock in universal time\" → \"setting the CMOS clock to universal time.\""
            },
            "id": 37899728,
            "action_name": "Comment added",
            "url": "https://hosted.weblate.org/api/changes/37899728/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/14751989/?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/en/?format=api",
            "user": "https://hosted.weblate.org/api/users/kingu/?format=api",
            "author": "https://hosted.weblate.org/api/users/kingu/?format=api",
            "timestamp": "2022-10-28T18:04:50.927341+02:00",
            "action": 3,
            "target": "",
            "old": "",
            "details": {
                "comment": "the target?"
            },
            "id": 37899536,
            "action_name": "Comment added",
            "url": "https://hosted.weblate.org/api/changes/37899536/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82742456/?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/en/?format=api",
            "user": "https://hosted.weblate.org/api/users/kingu/?format=api",
            "author": "https://hosted.weblate.org/api/users/kingu/?format=api",
            "timestamp": "2022-10-28T17:58:42.419207+02:00",
            "action": 3,
            "target": "",
            "old": "",
            "details": {
                "comment": "Suggestion: only if the installation of recommended package_s_"
            },
            "id": 37899507,
            "action_name": "Comment added",
            "url": "https://hosted.weblate.org/api/changes/37899507/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82742384/?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/en/?format=api",
            "user": "https://hosted.weblate.org/api/users/kingu/?format=api",
            "author": "https://hosted.weblate.org/api/users/kingu/?format=api",
            "timestamp": "2022-10-28T17:43:39.618348+02:00",
            "action": 3,
            "target": "",
            "old": "",
            "details": {
                "comment": "What does \"invoke\" mean here?"
            },
            "id": 37899391,
            "action_name": "Comment added",
            "url": "https://hosted.weblate.org/api/changes/37899391/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/14769810/?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/en/?format=api",
            "user": "https://hosted.weblate.org/api/users/kingu/?format=api",
            "author": "https://hosted.weblate.org/api/users/kingu/?format=api",
            "timestamp": "2022-10-28T17:29:59.743421+02:00",
            "action": 3,
            "target": "",
            "old": "",
            "details": {
                "comment": "Suggestion: Is a problem with newer disks"
            },
            "id": 37899248,
            "action_name": "Comment added",
            "url": "https://hosted.weblate.org/api/changes/37899248/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/14767855/?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/en/?format=api",
            "user": "https://hosted.weblate.org/api/users/kingu/?format=api",
            "author": "https://hosted.weblate.org/api/users/kingu/?format=api",
            "timestamp": "2022-10-28T17:29:07.851979+02:00",
            "action": 3,
            "target": "",
            "old": "",
            "details": {
                "comment": "Should be AMD64"
            },
            "id": 37899246,
            "action_name": "Comment added",
            "url": "https://hosted.weblate.org/api/changes/37899246/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/14769809/?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/en/?format=api",
            "user": "https://hosted.weblate.org/api/users/kingu/?format=api",
            "author": "https://hosted.weblate.org/api/users/kingu/?format=api",
            "timestamp": "2022-10-28T08:16:24.081954+02:00",
            "action": 3,
            "target": "",
            "old": "",
            "details": {
                "comment": "Suggestion: When you have logged in on the console\""
            },
            "id": 37881022,
            "action_name": "Comment added",
            "url": "https://hosted.weblate.org/api/changes/37881022/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/14751806/?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/en/?format=api",
            "user": "https://hosted.weblate.org/api/users/kingu/?format=api",
            "author": "https://hosted.weblate.org/api/users/kingu/?format=api",
            "timestamp": "2022-10-28T06:56:28.808131+02:00",
            "action": 3,
            "target": "",
            "old": "",
            "details": {
                "comment": "Should be \"GID\"?"
            },
            "id": 37879978,
            "action_name": "Comment added",
            "url": "https://hosted.weblate.org/api/changes/37879978/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/14751805/?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/en/?format=api",
            "user": "https://hosted.weblate.org/api/users/kingu/?format=api",
            "author": "https://hosted.weblate.org/api/users/kingu/?format=api",
            "timestamp": "2022-10-28T06:56:11.530069+02:00",
            "action": 3,
            "target": "",
            "old": "",
            "details": {
                "comment": "Should be \"UID\"?"
            },
            "id": 37879977,
            "action_name": "Comment added",
            "url": "https://hosted.weblate.org/api/changes/37879977/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/16861991/?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/en/?format=api",
            "user": "https://hosted.weblate.org/api/users/kingu/?format=api",
            "author": "https://hosted.weblate.org/api/users/kingu/?format=api",
            "timestamp": "2022-10-28T06:30:01.340882+02:00",
            "action": 3,
            "target": "",
            "old": "",
            "details": {
                "comment": "Suggestion: \"Each user is listed their on their own line\" (as opposed to something that reads as if everything is on one line)"
            },
            "id": 37879866,
            "action_name": "Comment added",
            "url": "https://hosted.weblate.org/api/changes/37879866/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/14751783/?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/en/?format=api",
            "user": "https://hosted.weblate.org/api/users/kingu/?format=api",
            "author": "https://hosted.weblate.org/api/users/kingu/?format=api",
            "timestamp": "2022-10-27T18:00:51.086486+02:00",
            "action": 3,
            "target": "",
            "old": "",
            "details": {
                "comment": "unexplained \"entries\" is very unfortunate here."
            },
            "id": 37858395,
            "action_name": "Comment added",
            "url": "https://hosted.weblate.org/api/changes/37858395/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/16861985/?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/en/?format=api",
            "user": "https://hosted.weblate.org/api/users/kingu/?format=api",
            "author": "https://hosted.weblate.org/api/users/kingu/?format=api",
            "timestamp": "2022-10-27T17:24:57.795800+02:00",
            "action": 3,
            "target": "",
            "old": "",
            "details": {
                "comment": "Should be \"NetworkManager\""
            },
            "id": 37857731,
            "action_name": "Comment added",
            "url": "https://hosted.weblate.org/api/changes/37857731/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/14770331/?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/en/?format=api",
            "user": "https://hosted.weblate.org/api/users/kingu/?format=api",
            "author": "https://hosted.weblate.org/api/users/kingu/?format=api",
            "timestamp": "2022-10-27T16:54:40.655676+02:00",
            "action": 3,
            "target": "",
            "old": "",
            "details": {
                "comment": "It is not made clear which one of the protocols may be forced on the user here."
            },
            "id": 37857277,
            "action_name": "Comment added",
            "url": "https://hosted.weblate.org/api/changes/37857277/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/14751728/?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/en/?format=api",
            "user": "https://hosted.weblate.org/api/users/kingu/?format=api",
            "author": "https://hosted.weblate.org/api/users/kingu/?format=api",
            "timestamp": "2022-10-27T16:47:05.484159+02:00",
            "action": 3,
            "target": "",
            "old": "",
            "details": {
                "comment": "Should be \"DSL\""
            },
            "id": 37857050,
            "action_name": "Comment added",
            "url": "https://hosted.weblate.org/api/changes/37857050/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/14751724/?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/en/?format=api",
            "user": "https://hosted.weblate.org/api/users/kingu/?format=api",
            "author": "https://hosted.weblate.org/api/users/kingu/?format=api",
            "timestamp": "2022-10-27T16:43:44.946029+02:00",
            "action": 3,
            "target": "",
            "old": "",
            "details": {
                "comment": "Should be PPPoE"
            },
            "id": 37856939,
            "action_name": "Comment added",
            "url": "https://hosted.weblate.org/api/changes/37856939/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/14751723/?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/en/?format=api",
            "user": "https://hosted.weblate.org/api/users/kingu/?format=api",
            "author": "https://hosted.weblate.org/api/users/kingu/?format=api",
            "timestamp": "2022-10-27T16:43:11.027724+02:00",
            "action": 3,
            "target": "",
            "old": "",
            "details": {
                "comment": "Should be PPPoE"
            },
            "id": 37856929,
            "action_name": "Comment added",
            "url": "https://hosted.weblate.org/api/changes/37856929/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/14751706/?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/en/?format=api",
            "user": "https://hosted.weblate.org/api/users/kingu/?format=api",
            "author": "https://hosted.weblate.org/api/users/kingu/?format=api",
            "timestamp": "2022-10-27T16:34:35.057360+02:00",
            "action": 3,
            "target": "",
            "old": "",
            "details": {
                "comment": "Should be small \"m\" modem?"
            },
            "id": 37856543,
            "action_name": "Comment added",
            "url": "https://hosted.weblate.org/api/changes/37856543/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82741984/?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/en/?format=api",
            "user": "https://hosted.weblate.org/api/users/kingu/?format=api",
            "author": "https://hosted.weblate.org/api/users/kingu/?format=api",
            "timestamp": "2022-10-27T16:15:56.254674+02:00",
            "action": 3,
            "target": "",
            "old": "",
            "details": {
                "comment": "And \"Ethernet\""
            },
            "id": 37807972,
            "action_name": "Comment added",
            "url": "https://hosted.weblate.org/api/changes/37807972/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82741982/?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/en/?format=api",
            "user": "https://hosted.weblate.org/api/users/kingu/?format=api",
            "author": "https://hosted.weblate.org/api/users/kingu/?format=api",
            "timestamp": "2022-10-27T16:14:06.603038+02:00",
            "action": 3,
            "target": "",
            "old": "",
            "details": {
                "comment": "Should be \"Wi-Fi\""
            },
            "id": 37807737,
            "action_name": "Comment added",
            "url": "https://hosted.weblate.org/api/changes/37807737/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82741980/?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/en/?format=api",
            "user": "https://hosted.weblate.org/api/users/kingu/?format=api",
            "author": "https://hosted.weblate.org/api/users/kingu/?format=api",
            "timestamp": "2022-10-27T16:11:21.682350+02:00",
            "action": 3,
            "target": "",
            "old": "",
            "details": {
                "comment": "Not \"Ethernet\"?"
            },
            "id": 37806932,
            "action_name": "Comment added",
            "url": "https://hosted.weblate.org/api/changes/37806932/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82741954/?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/en/?format=api",
            "user": "https://hosted.weblate.org/api/users/kingu/?format=api",
            "author": "https://hosted.weblate.org/api/users/kingu/?format=api",
            "timestamp": "2022-10-27T16:05:02.900056+02:00",
            "action": 3,
            "target": "",
            "old": "",
            "details": {
                "comment": "Not \"Ethernet\"?"
            },
            "id": 37805297,
            "action_name": "Comment added",
            "url": "https://hosted.weblate.org/api/changes/37805297/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/14751666/?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/en/?format=api",
            "user": "https://hosted.weblate.org/api/users/kingu/?format=api",
            "author": "https://hosted.weblate.org/api/users/kingu/?format=api",
            "timestamp": "2022-10-27T15:38:42.271774+02:00",
            "action": 3,
            "target": "",
            "old": "",
            "details": {
                "comment": "Re-encoding doesn't change the filename…"
            },
            "id": 37802691,
            "action_name": "Comment added",
            "url": "https://hosted.weblate.org/api/changes/37802691/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/14769801/?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/en/?format=api",
            "user": "https://hosted.weblate.org/api/users/kingu/?format=api",
            "author": "https://hosted.weblate.org/api/users/kingu/?format=api",
            "timestamp": "2022-10-20T16:23:11.993934+02:00",
            "action": 3,
            "target": "",
            "old": "",
            "details": {
                "comment": "Should be \"ISO xxxx\" and not \"ISO-xxxx\". Plenty of other examples in the sources."
            },
            "id": 37392858,
            "action_name": "Comment added",
            "url": "https://hosted.weblate.org/api/changes/37392858/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/14751629/?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/en/?format=api",
            "user": "https://hosted.weblate.org/api/users/kingu/?format=api",
            "author": "https://hosted.weblate.org/api/users/kingu/?format=api",
            "timestamp": "2022-10-20T16:14:55.602619+02:00",
            "action": 3,
            "target": "",
            "old": "",
            "details": {
                "comment": "These should be \"ISO xxxx\"  not \"ISO-xxxx\""
            },
            "id": 37387833,
            "action_name": "Comment added",
            "url": "https://hosted.weblate.org/api/changes/37387833/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/14751633/?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/en/?format=api",
            "user": "https://hosted.weblate.org/api/users/kingu/?format=api",
            "author": "https://hosted.weblate.org/api/users/kingu/?format=api",
            "timestamp": "2022-10-20T15:58:24.058803+02:00",
            "action": 3,
            "target": "",
            "old": "",
            "details": {
                "comment": "Change \"for\" to \"of\"?"
            },
            "id": 37386113,
            "action_name": "Comment added",
            "url": "https://hosted.weblate.org/api/changes/37386113/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82742352/?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/en/?format=api",
            "user": "https://hosted.weblate.org/api/users/pere/?format=api",
            "author": "https://hosted.weblate.org/api/users/pere/?format=api",
            "timestamp": "2022-10-01T12:47:11.143710+02:00",
            "action": 3,
            "target": "",
            "old": "",
            "details": {
                "comment": "What is 'the peripheral file'?  Hard to translate without knowing what it is."
            },
            "id": 36263174,
            "action_name": "Comment added",
            "url": "https://hosted.weblate.org/api/changes/36263174/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82742426/?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/en/?format=api",
            "user": "https://hosted.weblate.org/api/users/kingu/?format=api",
            "author": "https://hosted.weblate.org/api/users/kingu/?format=api",
            "timestamp": "2022-09-26T16:57:26.440714+02:00",
            "action": 3,
            "target": "",
            "old": "",
            "details": {
                "comment": "\"OS X → \"macOS\"?"
            },
            "id": 35268073,
            "action_name": "Comment added",
            "url": "https://hosted.weblate.org/api/changes/35268073/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82742144/?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/en/?format=api",
            "user": "https://hosted.weblate.org/api/users/kingu/?format=api",
            "author": "https://hosted.weblate.org/api/users/kingu/?format=api",
            "timestamp": "2022-09-26T16:33:33.827693+02:00",
            "action": 3,
            "target": "",
            "old": "",
            "details": {
                "comment": "Setting the expiry to \"never\" means it is expired?"
            },
            "id": 35267568,
            "action_name": "Comment added",
            "url": "https://hosted.weblate.org/api/changes/35267568/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82742248/?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/en/?format=api",
            "user": "https://hosted.weblate.org/api/users/kingu/?format=api",
            "author": "https://hosted.weblate.org/api/users/kingu/?format=api",
            "timestamp": "2022-09-26T16:27:02.950030+02:00",
            "action": 3,
            "target": "",
            "old": "",
            "details": {
                "comment": "Should be \"system-wide variables\""
            },
            "id": 35267424,
            "action_name": "Comment added",
            "url": "https://hosted.weblate.org/api/changes/35267424/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82742818/?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/en/?format=api",
            "user": "https://hosted.weblate.org/api/users/kingu/?format=api",
            "author": "https://hosted.weblate.org/api/users/kingu/?format=api",
            "timestamp": "2022-09-25T03:11:38.912028+02:00",
            "action": 3,
            "target": "",
            "old": "",
            "details": {
                "comment": "Should be \"RAM\"?"
            },
            "id": 35190199,
            "action_name": "Comment added",
            "url": "https://hosted.weblate.org/api/changes/35190199/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82741984/?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/en/?format=api",
            "user": "https://hosted.weblate.org/api/users/kingu/?format=api",
            "author": "https://hosted.weblate.org/api/users/kingu/?format=api",
            "timestamp": "2022-09-23T04:52:05.605903+02:00",
            "action": 3,
            "target": "",
            "old": "",
            "details": {
                "comment": "Should be \"Wi-Fi\""
            },
            "id": 35066887,
            "action_name": "Comment added",
            "url": "https://hosted.weblate.org/api/changes/35066887/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82742040/?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/en/?format=api",
            "user": "https://hosted.weblate.org/api/users/kingu/?format=api",
            "author": "https://hosted.weblate.org/api/users/kingu/?format=api",
            "timestamp": "2022-09-22T15:26:26.616646+02:00",
            "action": 3,
            "target": "",
            "old": "",
            "details": {
                "comment": "Should be «PPPoE»"
            },
            "id": 35041921,
            "action_name": "Comment added",
            "url": "https://hosted.weblate.org/api/changes/35041921/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82742038/?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/en/?format=api",
            "user": "https://hosted.weblate.org/api/users/kingu/?format=api",
            "author": "https://hosted.weblate.org/api/users/kingu/?format=api",
            "timestamp": "2022-09-22T15:26:08.932839+02:00",
            "action": 3,
            "target": "",
            "old": "",
            "details": {
                "comment": "Should be «PPPoE»"
            },
            "id": 35041916,
            "action_name": "Comment added",
            "url": "https://hosted.weblate.org/api/changes/35041916/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82742452/?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/en/?format=api",
            "user": "https://hosted.weblate.org/api/users/kingu/?format=api",
            "author": "https://hosted.weblate.org/api/users/kingu/?format=api",
            "timestamp": "2022-09-20T01:09:22.474668+02:00",
            "action": 3,
            "target": "",
            "old": "",
            "details": {
                "comment": "Presumably this should be \"The latter requires a _GPT_ partition\"? (rather than GTP)"
            },
            "id": 34925578,
            "action_name": "Comment added",
            "url": "https://hosted.weblate.org/api/changes/34925578/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82741998/?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/en/?format=api",
            "user": "https://hosted.weblate.org/api/users/kingu/?format=api",
            "author": "https://hosted.weblate.org/api/users/kingu/?format=api",
            "timestamp": "2022-09-19T23:57:36.394141+02:00",
            "action": 3,
            "target": "",
            "old": "",
            "details": {
                "comment": "\"Consistent Network Device Naming\"?"
            },
            "id": 34925019,
            "action_name": "Comment added",
            "url": "https://hosted.weblate.org/api/changes/34925019/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/16861917/?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/en/?format=api",
            "user": "https://hosted.weblate.org/api/users/kingu/?format=api",
            "author": "https://hosted.weblate.org/api/users/kingu/?format=api",
            "timestamp": "2022-09-16T01:31:19.316414+02:00",
            "action": 3,
            "target": "",
            "old": "",
            "details": {
                "comment": "Should be \"Wi-Fi\""
            },
            "id": 34781578,
            "action_name": "Comment added",
            "url": "https://hosted.weblate.org/api/changes/34781578/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/16861915/?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/en/?format=api",
            "user": "https://hosted.weblate.org/api/users/kingu/?format=api",
            "author": "https://hosted.weblate.org/api/users/kingu/?format=api",
            "timestamp": "2022-09-16T00:32:46.566875+02:00",
            "action": 3,
            "target": "",
            "old": "",
            "details": {
                "comment": "Change to \"1000 Mb/s to 10 Gb/s\" and \"RJ-45\". I think it may be slightly more correct to say \"8P8C\" there."
            },
            "id": 34781122,
            "action_name": "Comment added",
            "url": "https://hosted.weblate.org/api/changes/34781122/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82742828/?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/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:59:04.136858+02:00",
            "action": 13,
            "target": "",
            "old": "",
            "details": {},
            "id": 34103127,
            "action_name": "Source string added",
            "url": "https://hosted.weblate.org/api/changes/34103127/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82742826/?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/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:59:04.110036+02:00",
            "action": 13,
            "target": "",
            "old": "",
            "details": {},
            "id": 34103126,
            "action_name": "Source string added",
            "url": "https://hosted.weblate.org/api/changes/34103126/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82742824/?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/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:59:04.069227+02:00",
            "action": 13,
            "target": "",
            "old": "",
            "details": {},
            "id": 34103125,
            "action_name": "Source string added",
            "url": "https://hosted.weblate.org/api/changes/34103125/?format=api"
        }
    ]
}