Units API.

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

GET /api/units/200454/?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/freebsd-doc/boooks_developers-handbook/en/?format=api",
    "source": [
        "Using a debugger allows running the program under more controlled circumstances. Typically, it is possible to step through the program a line at a time, inspect the value of variables, change them, tell the debugger to run up to a certain point and then stop, and so on. It is also possible to attach to a program that is already running, or load a core file to investigate why the program crashed. It is even possible to debug the kernel, though that is a little trickier than the user applications we will be discussing in this section."
    ],
    "previous_source": "",
    "target": [
        "Using a debugger allows running the program under more controlled circumstances. Typically, it is possible to step through the program a line at a time, inspect the value of variables, change them, tell the debugger to run up to a certain point and then stop, and so on. It is also possible to attach to a program that is already running, or load a core file to investigate why the program crashed. It is even possible to debug the kernel, though that is a little trickier than the user applications we will be discussing in this section."
    ],
    "id_hash": 3086868766536680890,
    "content_hash": 3086868766536680890,
    "location": "book.translate.xml:1715",
    "context": "",
    "note": "(itstool) path: sect2/para",
    "flags": "",
    "labels": [],
    "state": 100,
    "fuzzy": false,
    "translated": true,
    "approved": false,
    "position": 319,
    "has_suggestion": false,
    "has_comment": false,
    "has_failing_check": true,
    "num_words": 97,
    "source_unit": "https://translate-dev.freebsd.org/api/units/200454/?format=api",
    "priority": 100,
    "id": 200454,
    "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_developers-handbook/en/?checksum=aad6c2c9c9aac5ba",
    "url": "https://translate-dev.freebsd.org/api/units/200454/?format=api",
    "explanation": "",
    "extra_flags": "",
    "pending": false,
    "timestamp": "2020-07-26T12:32:41.747870Z"
}