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

{
    "count": 6701,
    "next": null,
    "previous": "https://backend.commanderspellbook.com/cards?format=api&limit=100&offset=6600",
    "results": [
        {
            "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.99",
                "cardmarket": "0.39"
            }
        }
    ]
}