Units API.

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

GET /api/units/615375/?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/en/?format=api",
    "source": [
        "A program binary data page (which is a basic copy-on-write page) illustrates the complexity.  A program binary contains a preinitialized data section which is initially mapped directly from the program file.  When a program is loaded into a process's VM space, this area is initially memory-mapped and backed by the program binary itself, allowing the VM system to free/reuse the page and later load it back in from the binary.  The moment a process modifies this data, however, the VM system must make a private copy of the page for that process.  Since the private copy has been modified, the VM system may no longer free it, because there is no longer any way to restore it later on."
    ],
    "previous_source": "",
    "target": [
        "A program binary data page (which is a basic copy-on-write page) illustrates the complexity.  A program binary contains a preinitialized data section which is initially mapped directly from the program file.  When a program is loaded into a process's VM space, this area is initially memory-mapped and backed by the program binary itself, allowing the VM system to free/reuse the page and later load it back in from the binary.  The moment a process modifies this data, however, the VM system must make a private copy of the page for that process.  Since the private copy has been modified, the VM system may no longer free it, because there is no longer any way to restore it later on."
    ],
    "id_hash": -1044570962678253903,
    "content_hash": -1044570962678253903,
    "location": "documentation/content/en/articles/vm-design/_index.adoc:105",
    "context": "",
    "note": "type: Plain text",
    "flags": "",
    "labels": [],
    "state": 100,
    "fuzzy": false,
    "translated": true,
    "approved": false,
    "position": 15,
    "has_suggestion": false,
    "has_comment": false,
    "has_failing_check": false,
    "num_words": 119,
    "source_unit": "https://translate-dev.freebsd.org/api/units/615375/?format=api",
    "priority": 100,
    "id": 615375,
    "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesvm-design_index/en/?checksum=7180f03e6adff6b1",
    "url": "https://translate-dev.freebsd.org/api/units/615375/?format=api",
    "explanation": "",
    "extra_flags": "",
    "pending": false,
    "timestamp": "2021-03-20T20:43:31.050259Z"
}