A list of legacy roles.

GET /api/v1/roles/?format=api&page=3740
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 37391,
    "next": null,
    "previous": "http://galaxy.ansible.com/api/v1/roles/?format=api&page=3739",
    "results": [
        {
            "id": 42986,
            "upstream_id": null,
            "created": "2026-05-21T21:49:39.814980Z",
            "modified": "2026-05-21T21:49:39.861322Z",
            "imported": "2026-05-21T21:49:39.812438",
            "github_user": "inviqa",
            "username": "inviqa",
            "github_repo": "ansible-digitalocean-reserved-ip",
            "github_branch": "main",
            "commit": "18df7e377a33e8cb738730e128b88e3252f8d296",
            "commit_message": "harden: Improve SSH host-key scanning for Reserved IPs with retries on banner-only output\n",
            "name": "digitalocean_reserved_ip",
            "description": "Manage a DigitalOcean Reserved IP for an existing droplet",
            "summary_fields": {
                "dependencies": [],
                "namespace": {
                    "id": 3058,
                    "name": "inviqa",
                    "avatar_url": "https://galaxy.ansible.com/api/pulp/api/v3/content/ansible/namespaces/019e3b6a-48a6-7481-9f8c-c16e7662c38e/avatar/"
                },
                "provider_namespace": {
                    "id": 5750,
                    "name": "inviqa",
                    "pulp_href": "/api/pulp/api/v3/pulp_ansible/namespaces/5750/"
                },
                "repository": {
                    "name": "ansible-digitalocean-reserved-ip",
                    "original_name": "ansible-digitalocean-reserved-ip"
                },
                "tags": [
                    "digitalocean",
                    "networking",
                    "reservedip",
                    "infrastructure"
                ],
                "versions": [
                    {
                        "id": "afa7db8f-7285-4f6b-96ae-c36818484b6c",
                        "name": "0.2.0",
                        "release_date": "2026-05-21T23:42:54+02:00"
                    }
                ]
            },
            "download_count": 4
        }
    ]
}