Units API.

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

GET /api/units/1145271/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbooksysinit_index/pt_BR/?format=api",
    "source": [
        "There are currently two uses for SYSINIT. Function dispatch at system startup and kernel module loads, and function dispatch at system shutdown and kernel module unload. Kernel subsystems often use system startup SYSINIT's to initialize data structures, for example the process scheduling subsystem uses a SYSINIT to initialize the run queue data structure. Device drivers should avoid using `SYSINIT()` directly. Instead drivers for real devices that are part of a bus structure should use `DRIVER_MODULE()` to provide a function that detects the device and, if it is present, initializes the device. It will do a few things specific to devices and then call `SYSINIT()` itself. For pseudo-devices, which are not part of a bus structure, use `DEV_MODULE()`."
    ],
    "previous_source": "",
    "target": [
        ""
    ],
    "id_hash": -4740150286883389251,
    "content_hash": -4740150286883389251,
    "location": "documentation/content/en/books/arch-handbook/sysinit/_index.adoc:66",
    "context": "",
    "note": "type: Plain text",
    "flags": "",
    "labels": [],
    "state": 0,
    "fuzzy": false,
    "translated": false,
    "approved": false,
    "position": 10,
    "has_suggestion": false,
    "has_comment": false,
    "has_failing_check": false,
    "num_words": 117,
    "source_unit": "https://translate-dev.freebsd.org/api/units/1145076/?format=api",
    "priority": 100,
    "id": 1145271,
    "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbooksysinit_index/pt_BR/?checksum=3e379a6db05980bd",
    "url": "https://translate-dev.freebsd.org/api/units/1145271/?format=api",
    "explanation": "",
    "extra_flags": "",
    "pending": false,
    "timestamp": "2021-05-23T13:20:24.698777Z"
}