Units API.

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

GET /api/units/208407/?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/es/?format=api",
    "source": [
        "In the code above, register <literal>%dl</literal> maintains information about the boot device. This is passed on by the <acronym>BIOS</acronym> and preserved by the <acronym>MBR</acronym>. Numbers <literal>0x80</literal> and greater tells us that we are dealing with a hard drive, so a call is made to <literal>nread</literal>, where the <acronym>MBR</acronym> is read. Arguments to <literal>nread</literal> are passed through <literal>%si</literal> and <literal>%dh</literal>. The memory address at label <literal>part4</literal> is copied to <literal>%si</literal>. This memory address holds a <quote>fake partition</quote> to be used by <literal>nread</literal>. The following is the data in the fake partition:"
    ],
    "previous_source": "",
    "target": [
        "En el código anterior, regístrese <literal>%dl</literal>mantiene información sobre el dispositivo de arranque. Esto es transmitido por el <acronym>BIOS</acronym>y conservado por el <acronym>MBR</acronym>. Números <literal>0x80</literal>y mayor nos dice que estamos tratando con un disco duro, por lo que se hace una llamada a <literal>nread</literal>, donde el <acronym>MBR</acronym> es leído. Argumentos para <literal>nread</literal> se pasan a través <literal>%si</literal> y <literal>%dh</literal>. La dirección de memoria en la etiqueta <literal>part4</literal>se copia a<literal>%si</literal>. Esta dirección de memoria tiene un <quote>partición falsa</quote> para ser usado por <literal>nread</literal>.Los siguientes son los datos en la partición falsa:"
    ],
    "id_hash": -1512622224495492756,
    "content_hash": -1512622224495492756,
    "location": "book.translate.xml:1082",
    "context": "",
    "note": "(itstool) path: sect1/para",
    "flags": "",
    "labels": [],
    "state": 20,
    "fuzzy": false,
    "translated": true,
    "approved": false,
    "position": 118,
    "has_suggestion": false,
    "has_comment": false,
    "has_failing_check": false,
    "num_words": 90,
    "source_unit": "https://translate-dev.freebsd.org/api/units/102264/?format=api",
    "priority": 100,
    "id": 208407,
    "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_arch-handbook/es/?checksum=6b021619dd95c16c",
    "url": "https://translate-dev.freebsd.org/api/units/208407/?format=api",
    "explanation": "",
    "extra_flags": "",
    "pending": false,
    "timestamp": "2020-12-10T23:59:53.845230Z"
}