Units API.

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

GET /api/units/1195156/?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/documentation/booksdevelopers-handbookx86_index/en/?format=api",
    "source": [
        "To read the byte, we ask the system to read one byte from [.filename]#stdin#, and store it in the first byte of the `buffer`.  The system returns the number of bytes read in `EAX`.  This will be `1` while data is coming, or `0`, when no more input data is available.  Therefore, we check the value of `EAX`.  If it is `0`, we jump to `.done`, otherwise we continue."
    ],
    "previous_source": "",
    "target": [
        "To read the byte, we ask the system to read one byte from [.filename]#stdin#, and store it in the first byte of the `buffer`.  The system returns the number of bytes read in `EAX`.  This will be `1` while data is coming, or `0`, when no more input data is available.  Therefore, we check the value of `EAX`.  If it is `0`, we jump to `.done`, otherwise we continue."
    ],
    "id_hash": -5536308655175713898,
    "content_hash": -5536308655175713898,
    "location": "documentation/content/en/books/developers-handbook/x86/_index.adoc:693",
    "context": "",
    "note": "type: Plain text",
    "flags": "",
    "labels": [],
    "state": 100,
    "fuzzy": false,
    "translated": true,
    "approved": false,
    "position": 157,
    "has_suggestion": false,
    "has_comment": false,
    "has_failing_check": false,
    "num_words": 69,
    "source_unit": "https://translate-dev.freebsd.org/api/units/1195156/?format=api",
    "priority": 100,
    "id": 1195156,
    "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdevelopers-handbookx86_index/en/?checksum=332b149c5954bb96",
    "url": "https://translate-dev.freebsd.org/api/units/1195156/?format=api",
    "explanation": "",
    "extra_flags": "",
    "pending": false,
    "timestamp": "2021-06-08T11:37:53.758786Z"
}