Units API.

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

GET /api/units/1188242/?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-handbooksockets_index/en/?format=api",
    "source": [
        "Under UNIX(R), a process does not really _exit_.  Instead, it _returns_ to its parent.  Typically, a parent process ``wait``s for its child process, and obtains a return value.  However, our _daemon process_ cannot simply stop and wait.  That would defeat the whole purpose of creating additional processes.  But if it never does `wait`, its children will become _zombies_-no longer functional but still roaming around."
    ],
    "previous_source": "",
    "target": [
        "Under UNIX(R), a process does not really _exit_.  Instead, it _returns_ to its parent.  Typically, a parent process ``wait``s for its child process, and obtains a return value.  However, our _daemon process_ cannot simply stop and wait.  That would defeat the whole purpose of creating additional processes.  But if it never does `wait`, its children will become _zombies_-no longer functional but still roaming around."
    ],
    "id_hash": 3567852706765599655,
    "content_hash": 3567852706765599655,
    "location": "documentation/content/en/books/developers-handbook/sockets/_index.adoc:1102",
    "context": "",
    "note": "type: Plain text",
    "flags": "",
    "labels": [],
    "state": 100,
    "fuzzy": false,
    "translated": true,
    "approved": false,
    "position": 271,
    "has_suggestion": false,
    "has_comment": false,
    "has_failing_check": false,
    "num_words": 64,
    "source_unit": "https://translate-dev.freebsd.org/api/units/1188242/?format=api",
    "priority": 100,
    "id": 1188242,
    "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdevelopers-handbooksockets_index/en/?checksum=b1838f222dadf3a7",
    "url": "https://translate-dev.freebsd.org/api/units/1188242/?format=api",
    "explanation": "",
    "extra_flags": "",
    "pending": false,
    "timestamp": "2021-06-08T11:10:19.855380Z"
}