Units API.

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

GET /api/units/421729/?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/es/?format=api",
    "source": [
        "A _pipe_ is a linear array of bytes, as is a file, but it is used solely as an I/O stream, and it is unidirectional. It also has no name, and thus cannot be opened with _open_. Instead, it is created by the _pipe_ system call, which returns two descriptors, one of which accepts input that is sent to the other descriptor reliably, without duplication, and in order. The system also supports a named pipe or FIFO. A FIFO has properties identical to a pipe, except that it appears in the filesystem; thus, it can be opened using the _open_ system call. Two processes that wish to communicate each open the FIFO: One opens it for reading, the other for writing."
    ],
    "previous_source": "",
    "target": [
        ""
    ],
    "id_hash": 347697845245242033,
    "content_hash": 347697845245242033,
    "location": "documentation/content/en/books/design-44bsd/_index.adoc:416",
    "context": "",
    "note": "type: Plain text",
    "flags": "",
    "labels": [],
    "state": 0,
    "fuzzy": false,
    "translated": false,
    "approved": false,
    "position": 173,
    "has_suggestion": false,
    "has_comment": false,
    "has_failing_check": false,
    "num_words": 121,
    "source_unit": "https://translate-dev.freebsd.org/api/units/385807/?format=api",
    "priority": 100,
    "id": 421729,
    "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdesign-44bsd_index/es/?checksum=84d345591b02eab1",
    "url": "https://translate-dev.freebsd.org/api/units/421729/?format=api",
    "explanation": "",
    "extra_flags": "",
    "pending": false,
    "timestamp": "2021-02-23T11:48:08.092325Z"
}