Units API.

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

GET /api/units/37486/?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": [
        "In order to reach a peer, a process must know its :term:`address`. An address is a value that identifies a peer in a given network. There exists many different kinds of address families. For example, some of them allow reaching a peer using the file system on the computer. Some others enable communicating with a remote peer through a network. The socket API provides generic functions: the peer address is taken as a ``struct sockaddr *``, which can point to any family of address. This is partly why sockets are a powerful abstraction."
    ],
    "previous_source": "",
    "target": [
        "In order to reach a peer, a process must know its :term:`address`. An address is a value that identifies a peer in a given network. There exists many different kinds of address families. For example, some of them allow reaching a peer using the file system on the computer. Some others enable communicating with a remote peer through a network. The socket API provides generic functions: the peer address is taken as a ``struct sockaddr *``, which can point to any family of address. This is partly why sockets are a powerful abstraction."
    ],
    "id_hash": -6199847755065303091,
    "content_hash": -6199847755065303091,
    "location": "../../exercises/sockets.rst:110",
    "context": "",
    "note": "",
    "flags": "",
    "state": 100,
    "fuzzy": false,
    "translated": true,
    "approved": false,
    "position": 11,
    "has_suggestion": false,
    "has_comment": false,
    "has_failing_check": false,
    "num_words": 93,
    "source_unit": "https://weblate.info.ucl.ac.be/api/units/37486/?format=api",
    "priority": 100,
    "id": 37486,
    "web_url": "https://weblate.info.ucl.ac.be/translate/cnp3-ebook/exercisessockets/en/?checksum=29f5b750a1d45fcd",
    "url": "https://weblate.info.ucl.ac.be/api/units/37486/?format=api",
    "explanation": "",
    "extra_flags": "",
    "pending": false,
    "timestamp": "2022-09-17T01:14:25.881769+02:00"
}