Translation components API.

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

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

{
    "count": 42,
    "next": null,
    "previous": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/exercisesreliability/en/units/?format=api&page=2",
    "results": [
        {
            "translation": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/exercisesreliability/en/?format=api",
            "source": [
                "Checksums and CRCs should not be confused with secure hash functions such as MD5 defined in :rfc:`1321` or SHA-1 described in :rfc:`4634`. Secure hash functions are used to ensure that files or sometimes frames/packets/segments have not been modified. Secure hash functions aim at detecting malicious changes while checksums and CRCs only detect random transmission errors. Use the `shasum <http://linux.die.net/man/1/shasum>`_ or `md5sum <http://linux.die.net/man/1/md5sum>`_ programs on Linux to perform the same tests as above."
            ],
            "previous_source": "",
            "target": [
                "Checksums and CRCs should not be confused with secure hash functions such as MD5 defined in :rfc:`1321` or SHA-1 described in :rfc:`4634`. Secure hash functions are used to ensure that files or sometimes frames/packets/segments have not been modified. Secure hash functions aim at detecting malicious changes while checksums and CRCs only detect random transmission errors. Use the `shasum <http://linux.die.net/man/1/shasum>`_ or `md5sum <http://linux.die.net/man/1/md5sum>`_ programs on Linux to perform the same tests as above."
            ],
            "id_hash": -2254726571376947675,
            "content_hash": -2254726571376947675,
            "location": "../../exercises/reliability.rst:64",
            "context": "",
            "note": "",
            "flags": "",
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 33,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 72,
            "source_unit": "https://weblate.info.ucl.ac.be/api/units/37483/?format=api",
            "priority": 100,
            "id": 37483,
            "web_url": "https://weblate.info.ucl.ac.be/translate/cnp3-ebook/exercisesreliability/en/?checksum=60b59a211f714e25",
            "url": "https://weblate.info.ucl.ac.be/api/units/37483/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-17T01:14:25.537247+02:00"
        },
        {
            "translation": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/exercisesreliability/en/?format=api",
            "source": [
                "A go-back-n sender has sent :math:`2^n` data frames. All the frames have been received correctly and in-order by the receiver, but all the returned acknowledgments have been lost. Show by using a time sequence diagram (e.g. by considering a window of four frames) what happens in this case. Can you fix the problem on the go-back-n sender ?"
            ],
            "previous_source": "",
            "target": [
                "A go-back-n sender has sent :math:`2^n` data frames. All the frames have been received correctly and in-order by the receiver, but all the returned acknowledgments have been lost. Show by using a time sequence diagram (e.g. by considering a window of four frames) what happens in this case. Can you fix the problem on the go-back-n sender ?"
            ],
            "id_hash": -38049237746369446,
            "content_hash": -38049237746369446,
            "location": "../../exercises/reliability.rst:82",
            "context": "",
            "note": "",
            "flags": "",
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 41,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 58,
            "source_unit": "https://weblate.info.ucl.ac.be/api/units/37484/?format=api",
            "priority": 100,
            "id": 37484,
            "web_url": "https://weblate.info.ucl.ac.be/translate/cnp3-ebook/exercisesreliability/en/?checksum=7f78d26b7c273c5a",
            "url": "https://weblate.info.ucl.ac.be/api/units/37484/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-17T01:14:25.567972+02:00"
        }
    ]
}