GET /cards?format=api&offset=6400&ordering=variant_count
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 6402,
    "next": null,
    "previous": "https://backend.commanderspellbook.com/cards?format=api&limit=100&offset=6300&ordering=variant_count",
    "results": [
        {
            "id": 4050,
            "name": "Phyrexian Altar",
            "oracleId": "8d02b297-97c4-4379-9862-0a462400f66f",
            "identity": "C",
            "variantCount": 3007,
            "spoiler": false,
            "typeLine": "Artifact",
            "oracleText": "Sacrifice a creature: Add one mana of any color.",
            "keywords": [],
            "manaValue": 3,
            "reserved": false,
            "latestPrintingSet": "2x2",
            "reprinted": true,
            "gameChanger": false,
            "tutor": false,
            "massLandDenial": false,
            "extraTurn": false,
            "features": [
                {
                    "id": 292,
                    "feature": {
                        "id": 1743,
                        "name": "Free Sacrifice Outlet",
                        "uncountable": false,
                        "status": "U"
                    },
                    "quantity": 1,
                    "zoneLocations": [
                        "B"
                    ],
                    "battlefieldCardState": "",
                    "exileCardState": "",
                    "libraryCardState": "",
                    "graveyardCardState": "",
                    "mustBeCommander": false
                }
            ],
            "legalities": {
                "commander": true,
                "pauperCommanderMain": false,
                "pauperCommander": false,
                "oathbreaker": true,
                "predh": true,
                "brawl": false,
                "vintage": true,
                "legacy": true,
                "premodern": true,
                "modern": false,
                "pioneer": false,
                "standard": false,
                "pauper": false
            },
            "prices": {
                "tcgplayer": "42.52",
                "cardkingdom": "49.99",
                "cardmarket": "26.08"
            }
        },
        {
            "id": 2034,
            "name": "Ashnod's Altar",
            "oracleId": "4d18bcba-a346-445e-a182-6cc30b7e066d",
            "identity": "C",
            "variantCount": 3240,
            "spoiler": false,
            "typeLine": "Artifact",
            "oracleText": "Sacrifice a creature: Add {C}{C}.",
            "keywords": [],
            "manaValue": 3,
            "reserved": false,
            "latestPrintingSet": "cmm",
            "reprinted": true,
            "gameChanger": false,
            "tutor": false,
            "massLandDenial": false,
            "extraTurn": false,
            "features": [
                {
                    "id": 25,
                    "feature": {
                        "id": 1743,
                        "name": "Free Sacrifice Outlet",
                        "uncountable": false,
                        "status": "U"
                    },
                    "quantity": 1,
                    "zoneLocations": [
                        "B"
                    ],
                    "battlefieldCardState": "",
                    "exileCardState": "",
                    "libraryCardState": "",
                    "graveyardCardState": "",
                    "mustBeCommander": false
                }
            ],
            "legalities": {
                "commander": true,
                "pauperCommanderMain": true,
                "pauperCommander": true,
                "oathbreaker": true,
                "predh": true,
                "brawl": true,
                "vintage": true,
                "legacy": true,
                "premodern": true,
                "modern": false,
                "pioneer": false,
                "standard": false,
                "pauper": true
            },
            "prices": {
                "tcgplayer": "7.13",
                "cardkingdom": "11.99",
                "cardmarket": "4.79"
            }
        }
    ]
}