Units API.

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

GET /api/units/1569854/?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/booksarch-handbookmac_index/de_DE/?format=api",
    "source": [
        "Policy modules must be written to assume that many kernel threads may simultaneously enter one more policy entry points due to the parallel and preemptive nature of the FreeBSD kernel.  If the policy module makes use of mutable state, this may require the use of synchronization primitives within the policy to prevent inconsistent views on that state resulting in incorrect operation of the policy.  Policies will generally be able to make use of existing FreeBSD synchronization primitives for this purpose, including mutexes, sleep locks, condition variables, and counting semaphores.  However, policies should be written to employ these primitives carefully, respecting existing kernel lock orders, and recognizing that some entry points are not permitted to sleep, limiting the use of primitives in those entry points to mutexes and wakeup operations."
    ],
    "previous_source": "",
    "target": [
        ""
    ],
    "id_hash": -5445859364880298079,
    "content_hash": -5445859364880298079,
    "location": "documentation/content/en/books/arch-handbook/mac/_index.adoc:168",
    "context": "",
    "note": "type: Plain text",
    "flags": "",
    "labels": [],
    "state": 0,
    "fuzzy": false,
    "translated": false,
    "approved": false,
    "position": 45,
    "has_suggestion": false,
    "has_comment": false,
    "has_failing_check": false,
    "num_words": 129,
    "source_unit": "https://translate-dev.freebsd.org/api/units/1569853/?format=api",
    "priority": 100,
    "id": 1569854,
    "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbookmac_index/de_DE/?checksum=346c6bc2d3934fa1",
    "url": "https://translate-dev.freebsd.org/api/units/1569854/?format=api",
    "explanation": "",
    "extra_flags": "",
    "pending": false,
    "timestamp": "2023-05-21T18:09:33.240074Z"
}