Units API.

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

GET /api/units/37488/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "translation": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/exercisessockets/en/?format=api",
    "source": [
        "While the provided examples show the usage of a `char` array as the data buffer, implementers should **never** assume that it contains a string. C programs rely on the `char` type to refer to a 8-bit long value, and arbitrary binary values can be exchanged over the network (i.e., the ``\\0`` value does not delimit the end of the data)."
    ],
    "previous_source": "",
    "target": [
        "While the provided examples show the usage of a `char` array as the data buffer, implementers should **never** assume that it contains a string. C programs rely on the `char` type to refer to a 8-bit long value, and arbitrary binary values can be exchanged over the network (i.e., the ``\\0`` value does not delimit the end of the data)."
    ],
    "id_hash": -2425348130907090995,
    "content_hash": -2425348130907090995,
    "location": "../../exercises/sockets.rst:175",
    "context": "",
    "note": "",
    "flags": "",
    "state": 100,
    "fuzzy": false,
    "translated": true,
    "approved": false,
    "position": 20,
    "has_suggestion": false,
    "has_comment": false,
    "has_failing_check": false,
    "num_words": 60,
    "source_unit": "https://weblate.info.ucl.ac.be/api/units/37488/?format=api",
    "priority": 100,
    "id": 37488,
    "web_url": "https://weblate.info.ucl.ac.be/translate/cnp3-ebook/exercisessockets/en/?checksum=5e576eb998a00fcd",
    "url": "https://weblate.info.ucl.ac.be/api/units/37488/?format=api",
    "explanation": "",
    "extra_flags": "",
    "pending": false,
    "timestamp": "2022-09-17T01:14:25.925021+02:00"
}