Units API.

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

GET /api/units/1569366/?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/articlesvm-design_index/de_DE/?format=api",
    "source": [
        "A large percentage of page faults that occur are zero-fill faults.  You can usually see this by observing the `vmstat -s` output.  These occur when a process accesses pages in its BSS area.  The BSS area is expected to be initially zero but the VM system does not bother to allocate any memory at all until the process actually accesses it.  When a fault occurs the VM system must not only allocate a new page, it must zero it as well.  To optimize the zeroing operation the VM system has the ability to pre-zero pages and mark them as such, and to request pre-zeroed pages when zero-fill faults occur.  The pre-zeroing occurs whenever the CPU is idle but the number of pages the system pre-zeros is limited to avoid blowing away the memory caches.  This is an excellent example of adding complexity to the VM system to optimize the critical path."
    ],
    "previous_source": "",
    "target": [
        ""
    ],
    "id_hash": -3287937168931606517,
    "content_hash": -3287937168931606517,
    "location": "documentation/content/en/articles/vm-design/_index.adoc:268",
    "context": "",
    "note": "type: Plain text",
    "flags": "",
    "labels": [],
    "state": 0,
    "fuzzy": false,
    "translated": false,
    "approved": false,
    "position": 56,
    "has_suggestion": false,
    "has_comment": false,
    "has_failing_check": false,
    "num_words": 151,
    "source_unit": "https://translate-dev.freebsd.org/api/units/1569365/?format=api",
    "priority": 100,
    "id": 1569366,
    "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesvm-design_index/de_DE/?checksum=525ee690aa07300b",
    "url": "https://translate-dev.freebsd.org/api/units/1569366/?format=api",
    "explanation": "",
    "extra_flags": "",
    "pending": false,
    "timestamp": "2023-05-21T18:04:58.642927Z"
}