GET /cards?format=api&offset=6400&ordering=name
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=name",
    "results": [
        {
            "id": 2260,
            "name": "Zur's Weirding",
            "oracleId": "c6eaa147-3566-43a9-999a-d58b877496f5",
            "identity": "U",
            "variantCount": 1,
            "spoiler": false,
            "typeLine": "Enchantment",
            "oracleText": "Players play with their hands revealed.\nIf a player would draw a card, they reveal it instead. Then any other player may pay 2 life. If a player does, put that card into its owner's graveyard. Otherwise, that player draws a card.",
            "keywords": [],
            "manaValue": 4,
            "reserved": false,
            "latestPrintingSet": "9ed",
            "reprinted": true,
            "gameChanger": false,
            "tutor": false,
            "massLandDenial": false,
            "extraTurn": false,
            "features": [],
            "legalities": {
                "commander": true,
                "pauperCommanderMain": false,
                "pauperCommander": false,
                "oathbreaker": true,
                "predh": true,
                "brawl": false,
                "vintage": true,
                "legacy": true,
                "premodern": true,
                "modern": true,
                "pioneer": false,
                "standard": false,
                "pauper": false
            },
            "prices": {
                "tcgplayer": "0.59",
                "cardkingdom": "0.49",
                "cardmarket": "0.26"
            }
        },
        {
            "id": 1948,
            "name": "Zur the Enchanter",
            "oracleId": "d7950018-d744-48a8-81aa-0d8384703f48",
            "identity": "WUB",
            "variantCount": 4,
            "spoiler": false,
            "typeLine": "Legendary Creature — Human Wizard",
            "oracleText": "Flying\nWhenever Zur attacks, you may search your library for an enchantment card with mana value 3 or less, put it onto the battlefield, then shuffle.",
            "keywords": [
                "Flying"
            ],
            "manaValue": 4,
            "reserved": false,
            "latestPrintingSet": "dmr",
            "reprinted": true,
            "gameChanger": false,
            "tutor": false,
            "massLandDenial": false,
            "extraTurn": false,
            "features": [],
            "legalities": {
                "commander": true,
                "pauperCommanderMain": false,
                "pauperCommander": false,
                "oathbreaker": true,
                "predh": true,
                "brawl": false,
                "vintage": true,
                "legacy": true,
                "premodern": false,
                "modern": true,
                "pioneer": false,
                "standard": false,
                "pauper": false
            },
            "prices": {
                "tcgplayer": "0.92",
                "cardkingdom": "0.79",
                "cardmarket": "0.42"
            }
        }
    ]
}