Units API.

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

GET /api/units/1177762/?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/booksdesign-44bsd_index/en/?format=api",
    "source": [
        "The 4.2BSD kernel introduced an IPC mechanism more flexible than pipes, based on _sockets_.  A socket is an endpoint of communication referred to by a descriptor, just like a file or a pipe.  Two processes can each create a socket, and then connect those two endpoints to produce a reliable byte stream.  Once connected, the descriptors for the sockets can be read or written by processes, just as the latter would do with a pipe.  The transparency of sockets allows the kernel to redirect the output of one process to the input of another process residing on another machine.  A major difference between pipes and sockets is that pipes require a common parent process to set up the communications channel.  A connection between sockets can be set up by two unrelated processes, possibly residing on different machines."
    ],
    "previous_source": "",
    "target": [
        "The 4.2BSD kernel introduced an IPC mechanism more flexible than pipes, based on _sockets_.  A socket is an endpoint of communication referred to by a descriptor, just like a file or a pipe.  Two processes can each create a socket, and then connect those two endpoints to produce a reliable byte stream.  Once connected, the descriptors for the sockets can be read or written by processes, just as the latter would do with a pipe.  The transparency of sockets allows the kernel to redirect the output of one process to the input of another process residing on another machine.  A major difference between pipes and sockets is that pipes require a common parent process to set up the communications channel.  A connection between sockets can be set up by two unrelated processes, possibly residing on different machines."
    ],
    "id_hash": -3569518996703711751,
    "content_hash": -3569518996703711751,
    "location": "documentation/content/en/books/design-44bsd/_index.adoc:509",
    "context": "",
    "note": "type: Plain text",
    "flags": "",
    "labels": [],
    "state": 100,
    "fuzzy": false,
    "translated": true,
    "approved": false,
    "position": 192,
    "has_suggestion": false,
    "has_comment": false,
    "has_failing_check": false,
    "num_words": 137,
    "source_unit": "https://translate-dev.freebsd.org/api/units/1177762/?format=api",
    "priority": 100,
    "id": 1177762,
    "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdesign-44bsd_index/en/?checksum=4e76856276776df9",
    "url": "https://translate-dev.freebsd.org/api/units/1177762/?format=api",
    "explanation": "",
    "extra_flags": "",
    "pending": false,
    "timestamp": "2021-06-03T22:36:00.121108Z"
}