Translation components API.

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

GET /api/translations/cnp3-ebook/exercisestcp/en/units/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 7,
    "next": null,
    "previous": null,
    "results": [
        {
            "translation": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/exercisestcp/en/?format=api",
            "source": [
                "TCP basics"
            ],
            "previous_source": "",
            "target": [
                "TCP basics"
            ],
            "id_hash": -5708978223888615929,
            "content_hash": -5708978223888615929,
            "location": "../../exercises/tcp.rst:6",
            "context": "",
            "note": "",
            "flags": "",
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 1,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://weblate.info.ucl.ac.be/api/units/35745/?format=api",
            "priority": 100,
            "id": 35745,
            "web_url": "https://weblate.info.ucl.ac.be/translate/cnp3-ebook/exercisestcp/en/?checksum=30c5a28d86adb607",
            "url": "https://weblate.info.ucl.ac.be/api/units/35745/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-08-27T15:19:51.025676+02:00"
        },
        {
            "translation": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/exercisestcp/en/?format=api",
            "source": [
                "TCP is one of the key protocols in today's Internet. A TCP connection always starts with a three-way handshake. The exercises below should help you to improve your understandings of this first phase of a TCP connection."
            ],
            "previous_source": "",
            "target": [
                "TCP is one of the key protocols in today's Internet. A TCP connection always starts with a three-way handshake. The exercises below should help you to improve your understandings of this first phase of a TCP connection."
            ],
            "id_hash": 5575975634985339403,
            "content_hash": 5575975634985339403,
            "location": "../../exercises/tcp.rst:9",
            "context": "",
            "note": "",
            "flags": "",
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 37,
            "source_unit": "https://weblate.info.ucl.ac.be/api/units/35746/?format=api",
            "priority": 100,
            "id": 35746,
            "web_url": "https://weblate.info.ucl.ac.be/translate/cnp3-ebook/exercisestcp/en/?checksum=cd61d84c1788ca0b",
            "url": "https://weblate.info.ucl.ac.be/api/units/35746/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-08-27T15:19:51.046848+02:00"
        },
        {
            "translation": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/exercisestcp/en/?format=api",
            "source": [
                "Once the connection is established, the client and the server can exchange data and acknowledgments."
            ],
            "previous_source": "",
            "target": [
                "Once the connection is established, the client and the server can exchange data and acknowledgments."
            ],
            "id_hash": -2733817045492834544,
            "content_hash": -2733817045492834544,
            "location": "../../exercises/tcp.rst:25",
            "context": "",
            "note": "",
            "flags": "",
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 3,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 15,
            "source_unit": "https://weblate.info.ucl.ac.be/api/units/35747/?format=api",
            "priority": 100,
            "id": 35747,
            "web_url": "https://weblate.info.ucl.ac.be/translate/cnp3-ebook/exercisestcp/en/?checksum=5a0f87e1aa7ddf10",
            "url": "https://weblate.info.ucl.ac.be/api/units/35747/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-08-27T15:19:51.061237+02:00"
        },
        {
            "translation": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/exercisestcp/en/?format=api",
            "source": [
                "A connection ends with the transmission of segments that include the `FIN` flag that marks the end of the data transfer."
            ],
            "previous_source": "",
            "target": [
                "A connection ends with the transmission of segments that include the `FIN` flag that marks the end of the data transfer."
            ],
            "id_hash": 76347829956984139,
            "content_hash": 76347829956984139,
            "location": "../../exercises/tcp.rst:37",
            "context": "",
            "note": "",
            "flags": "",
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 4,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 21,
            "source_unit": "https://weblate.info.ucl.ac.be/api/units/35748/?format=api",
            "priority": 100,
            "id": 35748,
            "web_url": "https://weblate.info.ucl.ac.be/translate/cnp3-ebook/exercisestcp/en/?checksum=810f3df263f53d4b",
            "url": "https://weblate.info.ucl.ac.be/api/units/35748/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-08-27T15:19:51.087214+02:00"
        },
        {
            "translation": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/exercisestcp/en/?format=api",
            "source": [
                "TCP can be extended by using options that are negotiated during the three-way handshake."
            ],
            "previous_source": "",
            "target": [
                "TCP can be extended by using options that are negotiated during the three-way handshake."
            ],
            "id_hash": 8408231897105509465,
            "content_hash": 8408231897105509465,
            "location": "../../exercises/tcp.rst:43",
            "context": "",
            "note": "",
            "flags": "",
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 5,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 14,
            "source_unit": "https://weblate.info.ucl.ac.be/api/units/35749/?format=api",
            "priority": 100,
            "id": 35749,
            "web_url": "https://weblate.info.ucl.ac.be/translate/cnp3-ebook/exercisestcp/en/?checksum=f4b00a5c98152c59",
            "url": "https://weblate.info.ucl.ac.be/api/units/35749/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-08-27T15:19:51.114815+02:00"
        },
        {
            "translation": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/exercisestcp/en/?format=api",
            "source": [
                "With your knowledge of TCP, you should now be able to reorder all the segments exchanged over a TCP connection."
            ],
            "previous_source": "",
            "target": [
                "With your knowledge of TCP, you should now be able to reorder all the segments exchanged over a TCP connection."
            ],
            "id_hash": 7194146465135882778,
            "content_hash": 7194146465135882778,
            "location": "../../exercises/tcp.rst:52",
            "context": "",
            "note": "",
            "flags": "",
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 6,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 20,
            "source_unit": "https://weblate.info.ucl.ac.be/api/units/35750/?format=api",
            "priority": 100,
            "id": 35750,
            "web_url": "https://weblate.info.ucl.ac.be/translate/cnp3-ebook/exercisestcp/en/?checksum=e3d6be18048e721a",
            "url": "https://weblate.info.ucl.ac.be/api/units/35750/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-08-27T15:19:51.147252+02:00"
        },
        {
            "translation": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/exercisestcp/en/?format=api",
            "source": [
                "Footnotes"
            ],
            "previous_source": "",
            "target": [
                "Footnotes"
            ],
            "id_hash": 4927974446680086946,
            "content_hash": 4927974446680086946,
            "location": "../../exercises/tcp.rst:63",
            "context": "",
            "note": "",
            "flags": "",
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 7,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://weblate.info.ucl.ac.be/api/units/35751/?format=api",
            "priority": 100,
            "id": 35751,
            "web_url": "https://weblate.info.ucl.ac.be/translate/cnp3-ebook/exercisestcp/en/?checksum=c463aea6549199a2",
            "url": "https://weblate.info.ucl.ac.be/api/units/35751/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-08-27T15:19:51.175610+02:00"
        }
    ]
}