Translation components API.

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

GET /api/translations/documentation/booksarch-handbookdriverbasics_index/pl/units/?format=api&page=2
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 68,
    "next": null,
    "previous": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbookdriverbasics_index/pl/units/?format=api",
    "results": [
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbookdriverbasics_index/pl/?format=api",
            "source": [
                "/*\n * echo_write takes in a character string and saves it\n * to buf for later accessing.\n */\nstatic int\necho_write(struct cdev *dev __unused, struct uio *uio, int ioflag __unused)\n{\n\tsize_t amt;\n\tint error;\n"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -6867181188477616930,
            "content_hash": -6867181188477616930,
            "location": "documentation/content/en/books/arch-handbook/driverbasics/_index.adoc:289",
            "context": "",
            "note": "type: delimited block . 4",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 51,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 35,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1136134/?format=api",
            "priority": 100,
            "id": 1524410,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbookdriverbasics_index/pl/?checksum=20b2df17cc8bfcde",
            "url": "https://translate-dev.freebsd.org/api/units/1524410/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-04-15T04:17:42.061103Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbookdriverbasics_index/pl/?format=api",
            "source": [
                "\t/*\n\t * We either write from the beginning or are appending -- do\n\t * not allow random access.\n\t */\n\tif (uio->uio_offset != 0 && (uio->uio_offset != echomsg->len))\n\t\treturn (EINVAL);\n"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -172368651321161343,
            "content_hash": -172368651321161343,
            "location": "documentation/content/en/books/arch-handbook/driverbasics/_index.adoc:296",
            "context": "",
            "note": "type: delimited block . 4",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 52,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 29,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1136136/?format=api",
            "priority": 100,
            "id": 1524411,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbookdriverbasics_index/pl/?checksum=7d9b9f9ff796c981",
            "url": "https://translate-dev.freebsd.org/api/units/1524411/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-04-15T04:17:42.064260Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbookdriverbasics_index/pl/?format=api",
            "source": [
                "\t/* This is a new message, reset length */\n\tif (uio->uio_offset == 0)\n\t\techomsg->len = 0;\n"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 7055156096061932322,
            "content_hash": 7055156096061932322,
            "location": "documentation/content/en/books/arch-handbook/driverbasics/_index.adoc:300",
            "context": "",
            "note": "type: delimited block . 4",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 53,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 16,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1136138/?format=api",
            "priority": 100,
            "id": 1524412,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbookdriverbasics_index/pl/?checksum=e1e8f316ecb40322",
            "url": "https://translate-dev.freebsd.org/api/units/1524412/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-04-15T04:17:42.066907Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbookdriverbasics_index/pl/?format=api",
            "source": [
                "\t/* Copy the string in from user memory to kernel memory */\n\tamt = MIN(uio->uio_resid, (BUFFERSIZE - echomsg->len));\n"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -1089320927571250038,
            "content_hash": -1089320927571250038,
            "location": "documentation/content/en/books/arch-handbook/driverbasics/_index.adoc:303",
            "context": "",
            "note": "type: delimited block . 4",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 54,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 18,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1136140/?format=api",
            "priority": 100,
            "id": 1524413,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbookdriverbasics_index/pl/?checksum=70e1f46349b7748a",
            "url": "https://translate-dev.freebsd.org/api/units/1524413/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-04-15T04:17:42.069048Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbookdriverbasics_index/pl/?format=api",
            "source": [
                "\terror = uiomove(echomsg->msg + uio->uio_offset, amt, uio);\n"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 3507628591899791689,
            "content_hash": 3507628591899791689,
            "location": "documentation/content/en/books/arch-handbook/driverbasics/_index.adoc:305",
            "context": "",
            "note": "type: delimited block . 4",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 55,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 7,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1136142/?format=api",
            "priority": 100,
            "id": 1524414,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbookdriverbasics_index/pl/?checksum=b0ad999ec030d149",
            "url": "https://translate-dev.freebsd.org/api/units/1524414/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-04-15T04:17:42.071322Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbookdriverbasics_index/pl/?format=api",
            "source": [
                "\t/* Now we need to null terminate and record the length */\n\techomsg->len = uio->uio_offset;\n\techomsg->msg[echomsg->len] = 0;\n"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 4602086617420088423,
            "content_hash": 4602086617420088423,
            "location": "documentation/content/en/books/arch-handbook/driverbasics/_index.adoc:309",
            "context": "",
            "note": "type: delimited block . 4",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 56,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 18,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1136144/?format=api",
            "priority": 100,
            "id": 1524415,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbookdriverbasics_index/pl/?checksum=bfdde56548e74467",
            "url": "https://translate-dev.freebsd.org/api/units/1524415/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-04-15T04:17:42.073639Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbookdriverbasics_index/pl/?format=api",
            "source": [
                "\tif (error != 0)\n\t\tuprintf(\"Write failed: bad address!\\n\");\n\treturn (error);\n}\n"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 7719781282904726891,
            "content_hash": 7719781282904726891,
            "location": "documentation/content/en/books/arch-handbook/driverbasics/_index.adoc:314",
            "context": "",
            "note": "type: delimited block . 4",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 57,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 11,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1136146/?format=api",
            "priority": 100,
            "id": 1524416,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbookdriverbasics_index/pl/?checksum=eb222c2cf73edd6b",
            "url": "https://translate-dev.freebsd.org/api/units/1524416/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-04-15T04:17:42.075766Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbookdriverbasics_index/pl/?format=api",
            "source": [
                "DEV_MODULE(echo, echo_loader, NULL);\n"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -5365957786099538837,
            "content_hash": -5365957786099538837,
            "location": "documentation/content/en/books/arch-handbook/driverbasics/_index.adoc:316",
            "context": "",
            "note": "type: delimited block . 4",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 58,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 3,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1136148/?format=api",
            "priority": 100,
            "id": 1524417,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbookdriverbasics_index/pl/?checksum=358849d2d7cba46b",
            "url": "https://translate-dev.freebsd.org/api/units/1524417/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-04-15T04:17:42.078172Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbookdriverbasics_index/pl/?format=api",
            "source": [
                "With this driver loaded try:"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 1487939800475809286,
            "content_hash": 1487939800475809286,
            "location": "documentation/content/en/books/arch-handbook/driverbasics/_index.adoc:320",
            "context": "",
            "note": "type: delimited block = 4",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 59,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 5,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1136150/?format=api",
            "priority": 100,
            "id": 1524418,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbookdriverbasics_index/pl/?checksum=94a6395d7686b606",
            "url": "https://translate-dev.freebsd.org/api/units/1524418/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-04-15T04:17:42.080921Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbookdriverbasics_index/pl/?format=api",
            "source": [
                "# echo -n \"Test Data\" > /dev/echo\n# cat /dev/echo\nOpened device \"echo\" successfully.\nTest Data\nClosing device \"echo\".\n"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -2771558867025365189,
            "content_hash": -2771558867025365189,
            "location": "documentation/content/en/books/arch-handbook/driverbasics/_index.adoc:328",
            "context": "",
            "note": "type: delimited block . 4",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 60,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 19,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1136152/?format=api",
            "priority": 100,
            "id": 1524419,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbookdriverbasics_index/pl/?checksum=598971e510de773b",
            "url": "https://translate-dev.freebsd.org/api/units/1524419/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-04-15T04:17:42.083707Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbookdriverbasics_index/pl/?format=api",
            "source": [
                "Real hardware devices are described in the next chapter."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -1199462028537105128,
            "content_hash": -1199462028537105128,
            "location": "documentation/content/en/books/arch-handbook/driverbasics/_index.adoc:331",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 61,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 9,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1136154/?format=api",
            "priority": 100,
            "id": 1524420,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbookdriverbasics_index/pl/?checksum=6f5aa7a3db79f518",
            "url": "https://translate-dev.freebsd.org/api/units/1524420/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-04-15T04:17:42.086194Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbookdriverbasics_index/pl/?format=api",
            "source": [
                "Block Devices (Are Gone)"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -215397187682258868,
            "content_hash": -215397187682258868,
            "location": "documentation/content/en/books/arch-handbook/driverbasics/_index.adoc:333",
            "context": "",
            "note": "type: Title ==",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 62,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1136156/?format=api",
            "priority": 100,
            "id": 1524421,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbookdriverbasics_index/pl/?checksum=7d02c1662694b04c",
            "url": "https://translate-dev.freebsd.org/api/units/1524421/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-04-15T04:17:42.088680Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbookdriverbasics_index/pl/?format=api",
            "source": [
                "Other UNIX(R) systems may support a second type of disk device known as block devices. Block devices are disk devices for which the kernel provides caching. This caching makes block-devices almost unusable, or at least dangerously unreliable. The caching will reorder the sequence of write operations, depriving the application of the ability to know the exact disk contents at any one instant in time."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 2998832311743276345,
            "content_hash": 2998832311743276345,
            "location": "documentation/content/en/books/arch-handbook/driverbasics/_index.adoc:336",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 63,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 64,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1136158/?format=api",
            "priority": 100,
            "id": 1524422,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbookdriverbasics_index/pl/?checksum=a99dfe195a6be539",
            "url": "https://translate-dev.freebsd.org/api/units/1524422/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-04-15T04:17:42.091060Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbookdriverbasics_index/pl/?format=api",
            "source": [
                "This makes predictable and reliable crash recovery of on-disk data structures (filesystems, databases, etc.) impossible. Since writes may be delayed, there is no way the kernel can report to the application which particular write operation encountered a write error, this further compounds the consistency problem."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -630878874969519827,
            "content_hash": -630878874969519827,
            "location": "documentation/content/en/books/arch-handbook/driverbasics/_index.adoc:338",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 64,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 45,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1136160/?format=api",
            "priority": 100,
            "id": 1524423,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbookdriverbasics_index/pl/?checksum=773eab017924c92d",
            "url": "https://translate-dev.freebsd.org/api/units/1524423/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-04-15T04:17:42.093732Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbookdriverbasics_index/pl/?format=api",
            "source": [
                "For this reason, no serious applications rely on block devices, and in fact, almost all applications which access disks directly take great pains to specify that character (or \"raw\") devices should always be used. As the implementation of the aliasing of each disk (partition) to two devices with different semantics significantly complicated the relevant kernel code, FreeBSD dropped support for cached disk devices as part of the modernization of the disk I/O infrastructure."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -4312249027696819,
            "content_hash": -4312249027696819,
            "location": "documentation/content/en/books/arch-handbook/driverbasics/_index.adoc:340",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 65,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 73,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1136162/?format=api",
            "priority": 100,
            "id": 1524424,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbookdriverbasics_index/pl/?checksum=7ff0ae084885674d",
            "url": "https://translate-dev.freebsd.org/api/units/1524424/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-04-15T04:17:42.096882Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbookdriverbasics_index/pl/?format=api",
            "source": [
                "Network Drivers"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 255840498800453727,
            "content_hash": 255840498800453727,
            "location": "documentation/content/en/books/arch-handbook/driverbasics/_index.adoc:342",
            "context": "",
            "note": "type: Title ==",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 66,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1136164/?format=api",
            "priority": 100,
            "id": 1524425,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbookdriverbasics_index/pl/?checksum=838ced940228e85f",
            "url": "https://translate-dev.freebsd.org/api/units/1524425/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-04-15T04:17:42.099723Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbookdriverbasics_index/pl/?format=api",
            "source": [
                "Drivers for network devices do not use device nodes in order to be accessed. Their selection is based on other decisions made inside the kernel and instead of calling open(), use of a network device is generally introduced by using the system call socket(2)."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 6456145613264687650,
            "content_hash": 6456145613264687650,
            "location": "documentation/content/en/books/arch-handbook/driverbasics/_index.adoc:345",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 67,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 44,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1136166/?format=api",
            "priority": 100,
            "id": 1524426,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbookdriverbasics_index/pl/?checksum=d998d63aa8d69222",
            "url": "https://translate-dev.freebsd.org/api/units/1524426/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-04-15T04:17:42.101873Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbookdriverbasics_index/pl/?format=api",
            "source": [
                "For more information see ifnet(9), the source of the loopback device, and Bill Paul's network drivers."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 6106440884159068896,
            "content_hash": 6106440884159068896,
            "location": "documentation/content/en/books/arch-handbook/driverbasics/_index.adoc:346",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 68,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 16,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1136168/?format=api",
            "priority": 100,
            "id": 1524427,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbookdriverbasics_index/pl/?checksum=d4be6fa17e393ae0",
            "url": "https://translate-dev.freebsd.org/api/units/1524427/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-04-15T04:17:42.104448Z"
        }
    ]
}