Translation components API.

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

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

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": "https://weblate.info.ucl.ac.be/api/units/37466/?format=api",
            "component": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/index/?format=api",
            "translation": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/index/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-17T01:14:24.300118+02:00",
            "action": 59,
            "target": "The source code of the entire textbook is written in `reStructuredText <http://docutils.sourceforge.net/rst.html>`_ and uses several `sphinx <https://www.sphinx-doc.org>`_ features. You can browse these sources from `github <https://github.com/CNP3/ebook/tree/master>`_ You can download a pdf version from :download:`tmp/latex/CNP3.pdf`",
            "id": 14672,
            "action_name": "String updated in the repository",
            "url": "https://weblate.info.ucl.ac.be/api/changes/14672/?format=api"
        },
        {
            "unit": "https://weblate.info.ucl.ac.be/api/units/37467/?format=api",
            "component": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/index/?format=api",
            "translation": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/index/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-17T01:14:24.300233+02:00",
            "action": 59,
            "target": "The online version of the e-book at `http://beta.computer-networking.info <http://beta.computer-networking.info>`_ contains online exercises.",
            "id": 14673,
            "action_name": "String updated in the repository",
            "url": "https://weblate.info.ucl.ac.be/api/changes/14673/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/index/?format=api",
            "translation": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/index/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-17T01:14:24.300299+02:00",
            "action": 0,
            "target": "",
            "id": 14674,
            "action_name": "Resource update",
            "url": "https://weblate.info.ucl.ac.be/api/changes/14674/?format=api"
        }
    ]
}