A list of legacy roles.

GET /api/v1/roles/?format=api&namespace__name__in=ovirt%2Cwillow&page=3670
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 36691,
    "next": null,
    "previous": "http://galaxy.ansible.com/api/v1/roles/?format=api&namespace__name__in=ovirt%2Cwillow&page=3669",
    "results": [
        {
            "id": 42071,
            "upstream_id": null,
            "created": "2025-12-12T16:19:43.831210Z",
            "modified": "2025-12-12T16:19:43.883893Z",
            "imported": "2025-12-12T16:19:43.828141",
            "github_user": "jhonnygo",
            "username": "jhonnygo",
            "github_repo": "ansible-role-disk-partition",
            "github_branch": "main",
            "commit": "94e389dad478e7c5e7f486a24ff4b0bbee0b1a28",
            "commit_message": "First commit\n",
            "name": "disk_partition",
            "description": "Idempotent role to partition, format and mount block devices on Linux. Supports GPT/MSDOS labels, udev settle, safe /var/log migration and fstab management.\n",
            "summary_fields": {
                "dependencies": [],
                "namespace": {
                    "id": 24365,
                    "name": "jhonnygo",
                    "avatar_url": "https://github.com/jhonnygo.png"
                },
                "provider_namespace": {
                    "id": 33828,
                    "name": "jhonnygo",
                    "pulp_href": "/api/pulp/api/v3/pulp_ansible/namespaces/33828/"
                },
                "repository": {
                    "name": "ansible-role-disk-partition",
                    "original_name": "ansible-role-disk-partition"
                },
                "tags": [
                    "disk",
                    "storage",
                    "partition",
                    "filesystem",
                    "nvme",
                    "linux",
                    "devops"
                ],
                "versions": [
                    {
                        "id": "77525e3a-de78-441e-a5d8-c559e867cda5",
                        "name": "0.1.0",
                        "release_date": "2025-12-12T16:14:57+01:00"
                    }
                ]
            },
            "download_count": 1
        }
    ]
}