Units API.

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

GET /api/units/612299/?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/articleslinux-emulation_index/en/?format=api",
    "source": [
        "As stated previously there are two implementations of threading in FreeBSD.  The M:N library divides the work between kernel space and userspace.  Thread is an entity that gets scheduled in the kernel but it can represent various number of userspace threads.  M userspace threads get mapped to N kernel threads thus saving resources while keeping the ability to exploit multiprocessor parallelism.  Further information about the implementation can be obtained from the man page or [1].  The 1:1 library directly maps a userland thread to a kernel thread thus greatly simplifying the scheme.  None of these designs implement a fairness mechanism (such a mechanism was implemented but it was removed recently because it caused serious slowdown and made the code more difficult to deal with)."
    ],
    "previous_source": "",
    "target": [
        "As stated previously there are two implementations of threading in FreeBSD.  The M:N library divides the work between kernel space and userspace.  Thread is an entity that gets scheduled in the kernel but it can represent various number of userspace threads.  M userspace threads get mapped to N kernel threads thus saving resources while keeping the ability to exploit multiprocessor parallelism.  Further information about the implementation can be obtained from the man page or [1].  The 1:1 library directly maps a userland thread to a kernel thread thus greatly simplifying the scheme.  None of these designs implement a fairness mechanism (such a mechanism was implemented but it was removed recently because it caused serious slowdown and made the code more difficult to deal with)."
    ],
    "id_hash": 7379365526656517244,
    "content_hash": 7379365526656517244,
    "location": "documentation/content/en/articles/linux-emulation/_index.adoc:257",
    "context": "",
    "note": "type: Plain text",
    "flags": "",
    "labels": [],
    "state": 100,
    "fuzzy": false,
    "translated": true,
    "approved": false,
    "position": 60,
    "has_suggestion": false,
    "has_comment": false,
    "has_failing_check": false,
    "num_words": 124,
    "source_unit": "https://translate-dev.freebsd.org/api/units/612299/?format=api",
    "priority": 100,
    "id": 612299,
    "web_url": "https://translate-dev.freebsd.org/translate/documentation/articleslinux-emulation_index/en/?checksum=e668c5d95420047c",
    "url": "https://translate-dev.freebsd.org/api/units/612299/?format=api",
    "explanation": "",
    "extra_flags": "",
    "pending": false,
    "timestamp": "2021-03-20T20:37:41.344777Z"
}