Units API.

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

GET /api/units/1566430/?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/id/?format=api",
    "source": [
        "The FreeBSD kernel has been made preemptive basically to deal with interrupt threads.  In fact, to avoid high interrupt latency, time-sharing priority threads can be preempted by interrupt threads (in this way, they do not need to wait to be scheduled as the normal path previews).  Preemption, however, introduces new racing points that need to be handled, as well.  Often, to deal with preemption, the simplest thing to do is to completely disable it.  A critical section defines a piece of code (borderlined by the pair of functions man:critical_enter[9] and man:critical_exit[9], where preemption is guaranteed to not happen (until the protected code is fully executed).  This can often replace a lock effectively but should be used carefully to not lose the whole advantage that preemption brings."
    ],
    "previous_source": "",
    "target": [
        ""
    ],
    "id_hash": 6448614166028463281,
    "content_hash": 6448614166028463281,
    "location": "documentation/content/en/articles/linux-emulation/_index.adoc:569",
    "context": "",
    "note": "type: Plain text",
    "flags": "",
    "labels": [],
    "state": 0,
    "fuzzy": false,
    "translated": false,
    "approved": false,
    "position": 164,
    "has_suggestion": false,
    "has_comment": false,
    "has_failing_check": false,
    "num_words": 126,
    "source_unit": "https://translate-dev.freebsd.org/api/units/1566402/?format=api",
    "priority": 100,
    "id": 1566430,
    "web_url": "https://translate-dev.freebsd.org/translate/documentation/articleslinux-emulation_index/id/?checksum=d97e146af3adacb1",
    "url": "https://translate-dev.freebsd.org/api/units/1566430/?format=api",
    "explanation": "",
    "extra_flags": "",
    "pending": false,
    "timestamp": "2023-05-21T18:01:52.039562Z"
}