Translation components API.

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

GET /api/components/cyberos/disk-usage/changes/?format=api&page=18
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 851,
    "next": null,
    "previous": "https://hosted.weblate.org/api/components/cyberos/disk-usage/changes/?format=api&page=17",
    "results": [
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/cyberos/disk-usage/?format=api",
            "translation": null,
            "user": "https://hosted.weblate.org/api/users/omaemae/?format=api",
            "author": "https://hosted.weblate.org/api/users/omaemae/?format=api",
            "timestamp": "2021-02-19T10:25:27.112574+01:00",
            "action": 51,
            "target": "",
            "id": 9458928,
            "action_name": "Component created",
            "url": "https://hosted.weblate.org/api/changes/9458928/?format=api"
        }
    ]
}