Units API.

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

GET /api/units/1177764/?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": [
        "System V provides local interprocess communication through FIFOs (also known as _named pipes_).  FIFOs appear as an object in the filesystem that unrelated processes can open and send data through in the same way as they would communicate through a pipe.  Thus, FIFOs do not require a common parent to set them up; they can be connected after a pair of processes are up and running.  Unlike sockets, FIFOs can be used on only a local machine; they cannot be used to communicate between processes on different machines.  FIFOs are implemented in 4.4BSD only because they are required by the POSIX.1 standard.  Their functionality is a subset of the socket interface."
    ],
    "previous_source": "",
    "target": [
        "System V provides local interprocess communication through FIFOs (also known as _named pipes_).  FIFOs appear as an object in the filesystem that unrelated processes can open and send data through in the same way as they would communicate through a pipe.  Thus, FIFOs do not require a common parent to set them up; they can be connected after a pair of processes are up and running.  Unlike sockets, FIFOs can be used on only a local machine; they cannot be used to communicate between processes on different machines.  FIFOs are implemented in 4.4BSD only because they are required by the POSIX.1 standard.  Their functionality is a subset of the socket interface."
    ],
    "id_hash": 1089101875515484377,
    "content_hash": 1089101875515484377,
    "location": "documentation/content/en/books/design-44bsd/_index.adoc:516",
    "context": "",
    "note": "type: Plain text",
    "flags": "",
    "labels": [],
    "state": 100,
    "fuzzy": false,
    "translated": true,
    "approved": false,
    "position": 193,
    "has_suggestion": false,
    "has_comment": false,
    "has_failing_check": false,
    "num_words": 111,
    "source_unit": "https://translate-dev.freebsd.org/api/units/1177764/?format=api",
    "priority": 100,
    "id": 1177764,
    "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdesign-44bsd_index/en/?checksum=8f1d4462ae4fe8d9",
    "url": "https://translate-dev.freebsd.org/api/units/1177764/?format=api",
    "explanation": "",
    "extra_flags": "",
    "pending": false,
    "timestamp": "2021-06-03T22:36:00.221527Z"
}