Translation components API.

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

GET /api/translations/cnp3-ebook/exercisesex-sharing/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/37468/?format=api",
            "component": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exercisesex-sharing/?format=api",
            "translation": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/exercisesex-sharing/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-17T01:14:24.641369+02:00",
            "action": 59,
            "target": "This is an unpolished draft of the third edition of this e-book. If you find any error or have suggestions to improve the text, please create an issue via https://github.com/CNP3/ebook/issues?milestone=4 or help us by providing pull requests to close the existing issues.",
            "id": 14675,
            "action_name": "String updated in the repository",
            "url": "https://weblate.info.ucl.ac.be/api/changes/14675/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exercisesex-sharing/?format=api",
            "translation": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/exercisesex-sharing/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-17T01:14:24.641465+02:00",
            "action": 0,
            "target": "",
            "id": 14676,
            "action_name": "Resource update",
            "url": "https://weblate.info.ucl.ac.be/api/changes/14676/?format=api"
        }
    ]
}