Translation components API.

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

GET /api/components/cnp3-ebook/principlessharing/changes/?format=api&page=15
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 281,
    "next": null,
    "previous": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/principlessharing/changes/?format=api&page=14",
    "results": [
        {
            "unit": null,
            "component": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/principlessharing/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2024-07-03T08:27:26.599011+02:00",
            "action": 47,
            "target": "",
            "id": 19908,
            "action_name": "New alert",
            "url": "https://weblate.info.ucl.ac.be/api/changes/19908/?format=api"
        }
    ]
}