Units API.

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

GET /api/units/33733/?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": [
        "This system call will assign the socket ``sockfd`` to the ``addr`` remote socket address. The process can then use the ``send`` and ``write`` system calls that do not to specify the destination socket address. Furthermore, the calls to ``recv`` and ``read`` will only deliver messages sent by this remote address. This is useful when we only care about the other peer messages."
    ],
    "previous_source": "",
    "target": [
        "This system call will assign the socket ``sockfd`` to the ``addr`` remote socket address. The process can then use the ``send`` and ``write`` system calls that do not to specify the destination socket address. Furthermore, the calls to ``recv`` and ``read`` will only deliver messages sent by this remote address. This is useful when we only care about the other peer messages."
    ],
    "id_hash": -3713952737728443402,
    "content_hash": -3713952737728443402,
    "location": "../../exercises/sockets.rst:226",
    "context": "",
    "note": "",
    "flags": "",
    "state": 100,
    "fuzzy": false,
    "translated": true,
    "approved": false,
    "position": 25,
    "has_suggestion": false,
    "has_comment": false,
    "has_failing_check": false,
    "num_words": 62,
    "source_unit": "https://weblate.info.ucl.ac.be/api/units/33733/?format=api",
    "priority": 100,
    "id": 33733,
    "web_url": "https://weblate.info.ucl.ac.be/translate/cnp3-ebook/exercisessockets/en/?checksum=4c7563a9931b4bf6",
    "url": "https://weblate.info.ucl.ac.be/api/units/33733/?format=api",
    "explanation": "",
    "extra_flags": "",
    "pending": false,
    "timestamp": "2019-10-14T10:37:34.041266+02:00"
}