Units API.

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

GET /api/units/1468782/?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/booksdevelopers-handbooksecure_index/ko/?format=api",
    "source": [
        "Most modern computer systems use a stack to pass arguments to procedures and to store local variables.  A stack is a last in first out (LIFO) buffer in the high memory area of a process image.  When a program invokes a function a new \"stack frame\" is created.  This stack frame consists of the arguments passed to the function as well as a dynamic amount of local variable space.  The \"stack pointer\" is a register that holds the current location of the top of the stack.  Since this value is constantly changing as new values are pushed onto the top of the stack, many implementations also provide a \"frame pointer\" that is located near the beginning of a stack frame so that local variables can more easily be addressed relative to this value.  crossref:bibliography[cod,1] The return address for function calls is also stored on the stack, and this is the cause of stack-overflow exploits since overflowing a local variable in a function can overwrite the return address of that function, potentially allowing a malicious user to execute any code he or she wants."
    ],
    "previous_source": "",
    "target": [
        ""
    ],
    "id_hash": -7602865524022221794,
    "content_hash": -7602865524022221794,
    "location": "documentation/content/en/books/developers-handbook/secure/_index.adoc:84",
    "context": "",
    "note": "type: Plain text",
    "flags": "",
    "labels": [],
    "state": 0,
    "fuzzy": false,
    "translated": false,
    "approved": false,
    "position": 11,
    "has_suggestion": false,
    "has_comment": false,
    "has_failing_check": false,
    "num_words": 183,
    "source_unit": "https://translate-dev.freebsd.org/api/units/1194750/?format=api",
    "priority": 100,
    "id": 1468782,
    "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdevelopers-handbooksecure_index/ko/?checksum=167d32166d97641e",
    "url": "https://translate-dev.freebsd.org/api/units/1468782/?format=api",
    "explanation": "",
    "extra_flags": "",
    "pending": false,
    "timestamp": "2023-03-07T00:03:23.414684Z"
}