Translation components API.

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

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

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": "https://weblate.info.ucl.ac.be/api/units/37562/?format=api",
            "component": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolshttp/?format=api",
            "translation": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolshttp/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-17T01:14:30.996130+02:00",
            "action": 59,
            "target": "In the early days, the Internet was mainly used for remote terminal access with telnet_, email and file transfer. The default file transfer protocol, `FTP`, defined in :rfc:`959` was widely used. `FTP` clients and servers are still included in some operating systems.",
            "id": 14802,
            "action_name": "String updated in the repository",
            "url": "https://weblate.info.ucl.ac.be/api/changes/14802/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/protocolshttp/?format=api",
            "translation": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/protocolshttp/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-17T01:14:30.996202+02:00",
            "action": 0,
            "target": "",
            "id": 14803,
            "action_name": "Resource update",
            "url": "https://weblate.info.ucl.ac.be/api/changes/14803/?format=api"
        }
    ]
}