Units API.

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

GET /api/units/105040/?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": [
        "Most processes expect three descriptors to be open already when they start running. These descriptors are 0, 1, 2, more commonly known as <emphasis>standard input</emphasis>, <emphasis>standard output</emphasis>, and <emphasis>standard error</emphasis>, respectively. Usually, all three are associated with the user's terminal by the login process (see Section 14.6) and are inherited through <emphasis>fork</emphasis> and <emphasis>exec</emphasis> by processes run by the user. Thus, a program can read what the user types by reading standard input, and the program can send output to the user's screen by writing to standard output. The standard error descriptor also is open for writing and is used for error output, whereas standard output is used for ordinary output."
    ],
    "previous_source": "",
    "target": [
        "Most processes expect three descriptors to be open already when they start running. These descriptors are 0, 1, 2, more commonly known as <emphasis>standard input</emphasis>, <emphasis>standard output</emphasis>, and <emphasis>standard error</emphasis>, respectively. Usually, all three are associated with the user's terminal by the login process (see Section 14.6) and are inherited through <emphasis>fork</emphasis> and <emphasis>exec</emphasis> by processes run by the user. Thus, a program can read what the user types by reading standard input, and the program can send output to the user's screen by writing to standard output. The standard error descriptor also is open for writing and is used for error output, whereas standard output is used for ordinary output."
    ],
    "id_hash": 8442873946439007102,
    "content_hash": 8442873946439007102,
    "location": "book.translate.xml:1274",
    "context": "",
    "note": "(itstool) path: sect2/para",
    "flags": "",
    "labels": [],
    "state": 100,
    "fuzzy": false,
    "translated": true,
    "approved": false,
    "position": 194,
    "has_suggestion": false,
    "has_comment": false,
    "has_failing_check": false,
    "num_words": 111,
    "source_unit": "https://translate-dev.freebsd.org/api/units/105040/?format=api",
    "priority": 100,
    "id": 105040,
    "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_design-44bsd/en/?checksum=f52b1d1f3ce5bb7e",
    "url": "https://translate-dev.freebsd.org/api/units/105040/?format=api",
    "explanation": "",
    "extra_flags": "",
    "pending": false,
    "timestamp": "2019-10-20T12:22:22.851504Z"
}