Units API.

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

GET /api/units/16978/?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/cs/?format=api",
    "source": [
        "Using this code, the program will read and print an arbitrary message received from an arbitrary peer who knows the program's socket address. If we want to know the address of the peer that sent us the message, we can use the ``recvfrom`` system call. This is what a modified version of ``bind_and_receive_from_peer`` is doing below."
    ],
    "previous_source": "",
    "target": [
        ""
    ],
    "id_hash": -1822746102941826115,
    "content_hash": -1822746102941826115,
    "location": "../../exercises/sockets.rst:175",
    "context": "",
    "note": "",
    "flags": "",
    "state": 0,
    "fuzzy": false,
    "translated": false,
    "approved": false,
    "position": 20,
    "has_suggestion": false,
    "has_comment": false,
    "has_failing_check": false,
    "num_words": 56,
    "source_unit": "https://weblate.info.ucl.ac.be/api/units/33729/?format=api",
    "priority": 100,
    "id": 16978,
    "web_url": "https://weblate.info.ucl.ac.be/translate/cnp3-ebook/exercisessockets/cs/?checksum=66b44e13a26cc3bd",
    "url": "https://weblate.info.ucl.ac.be/api/units/16978/?format=api",
    "explanation": "",
    "extra_flags": "",
    "pending": false,
    "timestamp": "2019-10-14T10:37:33.745332+02:00"
}