Units API.

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

GET /api/units/34229/?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_arch-handbook/zh_CN/?format=api",
    "source": [
        "The first <literal>__asm</literal> instruction will create an ELF section within the kernel's executable. This will happen at kernel link time. The section will have the name <literal>.set.sysinit_set</literal>. The content of this section is one 32-bit value, the address of announce_sys_init structure, and that is what the second <literal>__asm</literal> is. The third <literal>__asm</literal> instruction marks the end of a section. If a directive with the same section name occurred before, the content, i.e., the 32-bit value, will be appended to the existing section, so forming an array of 32-bit pointers."
    ],
    "previous_source": "",
    "target": [
        ""
    ],
    "id_hash": 5931975852285354111,
    "content_hash": 5931975852285354111,
    "location": "book.translate.xml:2513",
    "context": "",
    "note": "(itstool) path: sect2/para",
    "flags": "",
    "labels": [],
    "state": 0,
    "fuzzy": false,
    "translated": false,
    "approved": false,
    "position": 283,
    "has_suggestion": false,
    "has_comment": false,
    "has_failing_check": false,
    "num_words": 89,
    "source_unit": "https://translate-dev.freebsd.org/api/units/102425/?format=api",
    "priority": 100,
    "id": 34229,
    "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_arch-handbook/zh_CN/?checksum=d2529c9bd3a9e07f",
    "url": "https://translate-dev.freebsd.org/api/units/34229/?format=api",
    "explanation": "",
    "extra_flags": "",
    "pending": false,
    "timestamp": "2019-10-20T12:21:45.066641Z"
}