Units API.

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

GET /api/units/105042/?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/freebsd-doc/boooks_design-44bsd/en/?format=api",
    "source": [
        "Pipes allow the output of one program to be input to another program without rewriting or even relinking of either program. Instead of descriptor 1 (standard output) of the source program being set up to write to the terminal, it is set up to be the input descriptor of a pipe. Similarly, descriptor 0 (standard input) of the sink program is set up to reference the output of the pipe, instead of the terminal keyboard. The resulting set of two processes and the connecting pipe is known as a <emphasis>pipeline</emphasis>. Pipelines can be arbitrarily long series of processes connected by pipes."
    ],
    "previous_source": "",
    "target": [
        "Pipes allow the output of one program to be input to another program without rewriting or even relinking of either program. Instead of descriptor 1 (standard output) of the source program being set up to write to the terminal, it is set up to be the input descriptor of a pipe. Similarly, descriptor 0 (standard input) of the sink program is set up to reference the output of the pipe, instead of the terminal keyboard. The resulting set of two processes and the connecting pipe is known as a <emphasis>pipeline</emphasis>. Pipelines can be arbitrarily long series of processes connected by pipes."
    ],
    "id_hash": 8316320529691551706,
    "content_hash": 8316320529691551706,
    "location": "book.translate.xml:1308",
    "context": "",
    "note": "(itstool) path: sect2/para",
    "flags": "",
    "labels": [],
    "state": 100,
    "fuzzy": false,
    "translated": true,
    "approved": false,
    "position": 196,
    "has_suggestion": false,
    "has_comment": false,
    "has_failing_check": false,
    "num_words": 101,
    "source_unit": "https://translate-dev.freebsd.org/api/units/105042/?format=api",
    "priority": 100,
    "id": 105042,
    "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_design-44bsd/en/?checksum=f3698175c28da7da",
    "url": "https://translate-dev.freebsd.org/api/units/105042/?format=api",
    "explanation": "",
    "extra_flags": "",
    "pending": false,
    "timestamp": "2019-10-20T12:22:22.878437Z"
}