A list of legacy roles.

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

{
    "count": 37601,
    "next": null,
    "previous": "http://galaxy.ansible.com/api/v1/roles/?format=api&page=3760",
    "results": [
        {
            "id": 43279,
            "upstream_id": null,
            "created": "2026-08-01T19:17:21.571745Z",
            "modified": "2026-08-02T16:17:49.113015Z",
            "imported": "2026-08-02T16:17:49.061101",
            "github_user": "philnewm",
            "username": "philnewm",
            "github_repo": "ansible-libvirt-kvm",
            "github_branch": "main",
            "commit": "f5612c143f0b598323f28703e74dff353191aad0",
            "commit_message": "add missing debian dependency\n",
            "name": "libvirt_kvm",
            "description": "configure libvirt kvm instances",
            "summary_fields": {
                "dependencies": [],
                "namespace": {
                    "id": 15235,
                    "name": "philnewm",
                    "avatar_url": "https://github.com/philnewm.png"
                },
                "provider_namespace": {
                    "id": 24880,
                    "name": "philnewm",
                    "pulp_href": "/api/pulp/api/v3/pulp_ansible/namespaces/24880/"
                },
                "repository": {
                    "name": "ansible-libvirt-kvm",
                    "original_name": "ansible-libvirt-kvm"
                },
                "tags": [
                    "kvm",
                    "libvirt"
                ],
                "versions": [
                    {
                        "id": "caa4c44b-c4a9-4f2e-8776-b4b44227c1b2",
                        "name": "0.1.2",
                        "release_date": "2026-08-02T18:16:38+02:00"
                    },
                    {
                        "id": "4e030e35-e158-45cc-88d6-c75526eb969b",
                        "name": "0.1.1",
                        "release_date": "2026-08-02T16:35:41+02:00"
                    },
                    {
                        "id": "43fe12d0-c9af-4f33-b870-d77aff47e642",
                        "name": "0.1.0",
                        "release_date": "2026-08-01T21:14:56+02:00"
                    }
                ]
            },
            "download_count": 5
        }
    ]
}