Units API.

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

GET /api/units/105094/?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": [
        "Files are created with zero length, and may grow when they are written. While a file is open, the system maintains a pointer into the file indicating the current location in the file associated with the descriptor. This pointer can be moved about in the file in a random-access fashion. Processes sharing a file descriptor through a <emphasis>fork</emphasis> or <emphasis>dup</emphasis> system call share the current location pointer. Descriptors created by separate <emphasis>open</emphasis> system calls have separate current location pointers. Files may have <emphasis>holes</emphasis> in them. Holes are void areas in the linear extent of the file where data have never been written. A process can create these holes by positioning the pointer past the current end-of-file and writing. When read, holes are treated by the system as zero-valued bytes."
    ],
    "previous_source": "",
    "target": [
        "Files are created with zero length, and may grow when they are written. While a file is open, the system maintains a pointer into the file indicating the current location in the file associated with the descriptor. This pointer can be moved about in the file in a random-access fashion. Processes sharing a file descriptor through a <emphasis>fork</emphasis> or <emphasis>dup</emphasis> system call share the current location pointer. Descriptors created by separate <emphasis>open</emphasis> system calls have separate current location pointers. Files may have <emphasis>holes</emphasis> in them. Holes are void areas in the linear extent of the file where data have never been written. A process can create these holes by positioning the pointer past the current end-of-file and writing. When read, holes are treated by the system as zero-valued bytes."
    ],
    "id_hash": -638682283531155067,
    "content_hash": -638682283531155067,
    "location": "book.translate.xml:1935",
    "context": "",
    "note": "(itstool) path: sect1/para",
    "flags": "",
    "labels": [],
    "state": 100,
    "fuzzy": false,
    "translated": true,
    "approved": false,
    "position": 248,
    "has_suggestion": false,
    "has_comment": false,
    "has_failing_check": false,
    "num_words": 129,
    "source_unit": "https://translate-dev.freebsd.org/api/units/105094/?format=api",
    "priority": 100,
    "id": 105094,
    "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_design-44bsd/en/?checksum=7722f1d8d5ca4985",
    "url": "https://translate-dev.freebsd.org/api/units/105094/?format=api",
    "explanation": "",
    "extra_flags": "",
    "pending": false,
    "timestamp": "2019-10-20T12:22:23.887608Z"
}