Translation components API.

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

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

{
    "count": 7,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": "https://weblate.info.ucl.ac.be/api/units/37543/?format=api",
            "component": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/principlesreferencemodels/?format=api",
            "translation": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/principlesreferencemodels/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-17T01:14:28.630201+02:00",
            "action": 59,
            "target": "An important point to note about the Physical layer is the service that it provides. This service is usually an unreliable service that allows the users of the Physical layer to exchange bits. The unit of information transfer in the Physical layer is the bit. The Physical layer service is unreliable because :",
            "id": 14764,
            "action_name": "String updated in the repository",
            "url": "https://weblate.info.ucl.ac.be/api/changes/14764/?format=api"
        },
        {
            "unit": "https://weblate.info.ucl.ac.be/api/units/37544/?format=api",
            "component": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/principlesreferencemodels/?format=api",
            "translation": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/principlesreferencemodels/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-17T01:14:28.630302+02:00",
            "action": 59,
            "target": "The network layer enables hosts to reach each others. However, different communication flows can take place between the same hosts. These communication flows might have different needs (some require reliable delivery, other not) and need to be distinguished. Ensuring an identification of a communication flow between two given hosts is the task of the `transport layer`. `Transport layer` entities exchange `segments`. A segment is a finite sequence of bytes that are transported inside one or more packets. A transport layer entity issues segments (or sometimes part of segments) as `Data.request` to the underlying network layer entity.",
            "id": 14765,
            "action_name": "String updated in the repository",
            "url": "https://weblate.info.ucl.ac.be/api/changes/14765/?format=api"
        },
        {
            "unit": "https://weblate.info.ucl.ac.be/api/units/37545/?format=api",
            "component": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/principlesreferencemodels/?format=api",
            "translation": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/principlesreferencemodels/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-17T01:14:28.630380+02:00",
            "action": 59,
            "target": "There are different types of transport layers. The most widely used transport layers on the Internet are :term:`TCP`, that provides a reliable connection-oriented bytestream transport service, and :term:`UDP`, that provides an unreliable connection-less transport service.",
            "id": 14766,
            "action_name": "String updated in the repository",
            "url": "https://weblate.info.ucl.ac.be/api/changes/14766/?format=api"
        },
        {
            "unit": "https://weblate.info.ucl.ac.be/api/units/37546/?format=api",
            "component": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/principlesreferencemodels/?format=api",
            "translation": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/principlesreferencemodels/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-17T01:14:28.630450+02:00",
            "action": 59,
            "target": "In contrast with OSI, the TCP/IP community did not spend a lot of effort defining a detailed reference model; in fact, the goals of the Internet architecture were only documented after TCP/IP had been deployed [Clark88]_. :rfc:`1122`, which defines the requirements for Internet hosts, mentions four different layers. Starting from the top, these are :",
            "id": 14767,
            "action_name": "String updated in the repository",
            "url": "https://weblate.info.ucl.ac.be/api/changes/14767/?format=api"
        },
        {
            "unit": "https://weblate.info.ucl.ac.be/api/units/37547/?format=api",
            "component": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/principlesreferencemodels/?format=api",
            "translation": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/principlesreferencemodels/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-17T01:14:28.630533+02:00",
            "action": 59,
            "target": "the `Session layer`. The Session layer contains the protocols and mechanisms that are necessary to organize and to synchronize the dialogue and to manage the data exchange of presentation layer entities. While one of the main functions of the transport layer is to cope with the unreliability of the network layer, the session's layer objective is to hide the possible failures of transport-level connections to the upper layer higher. For this, the Session Layer provides services that allow establishing a session-connection, to support in-order data exchange (including mechanisms that allow recovering from the abrupt release of an underlying transport connection), and to release the connection in an orderly manner.",
            "id": 14768,
            "action_name": "String updated in the repository",
            "url": "https://weblate.info.ucl.ac.be/api/changes/14768/?format=api"
        },
        {
            "unit": "https://weblate.info.ucl.ac.be/api/units/37548/?format=api",
            "component": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/principlesreferencemodels/?format=api",
            "translation": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/principlesreferencemodels/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-17T01:14:28.630604+02:00",
            "action": 59,
            "target": "the `Presentation layer` was designed to cope with the different ways of representing information on computers. There are many differences in the way computer store information. Some computers store integers as 32 bits field, others use 64 bits field and the same problem arises with floating point number. For textual information, this is even more complex with the many different character codes that have been used [#funicode]_. The situation is even more complex when considering the exchange of structured information such as database records. To solve this problem, the Presentation layer provides a common representation of the data transferred. The :term:`ASN.1` notation was designed for the Presentation layer and is still used today by some protocols.",
            "id": 14769,
            "action_name": "String updated in the repository",
            "url": "https://weblate.info.ucl.ac.be/api/changes/14769/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/principlesreferencemodels/?format=api",
            "translation": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/principlesreferencemodels/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-17T01:14:28.630672+02:00",
            "action": 0,
            "target": "",
            "id": 14770,
            "action_name": "Resource update",
            "url": "https://weblate.info.ucl.ac.be/api/changes/14770/?format=api"
        }
    ]
}