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": 6251,
            "name": "Aatchik, Emerald Radian",
            "oracleId": "405c4a7b-dbb3-48a1-9205-7dbe6e2ad363",
            "identity": "BG",
            "variantCount": 4,
            "spoiler": false,
            "typeLine": "Legendary Creature — Insect Druid",
            "oracleText": "When Aatchik enters, create a 1/1 green Insect creature token for each artifact and/or creature card in your graveyard.\nWhenever another Insect you control dies, put a +1/+1 counter on Aatchik. Each opponent loses 1 life.",
            "keywords": [],
            "manaValue": 6,
            "reserved": false,
            "latestPrintingSet": "dft",
            "reprinted": false,
            "gameChanger": false,
            "tutor": false,
            "massLandDenial": false,
            "extraTurn": false,
            "features": [],
            "legalities": {
                "commander": true,
                "pauperCommanderMain": false,
                "pauperCommander": false,
                "oathbreaker": true,
                "predh": false,
                "brawl": true,
                "vintage": true,
                "legacy": true,
                "premodern": false,
                "modern": true,
                "pioneer": true,
                "standard": true,
                "pauper": false
            },
            "prices": {
                "tcgplayer": "0.27",
                "cardkingdom": "0.49",
                "cardmarket": "0.18"
            }
        },
        {
            "id": 6135,
            "name": "Aarakocra Sneak",
            "oracleId": "c1882cb4-f69e-441e-8871-743ed636cad0",
            "identity": "U",
            "variantCount": 0,
            "spoiler": false,
            "typeLine": "Creature — Bird Rogue",
            "oracleText": "Flying\nWhen this creature enters, you take the initiative.",
            "keywords": [
                "Flying"
            ],
            "manaValue": 4,
            "reserved": false,
            "latestPrintingSet": "clb",
            "reprinted": false,
            "gameChanger": false,
            "tutor": false,
            "massLandDenial": false,
            "extraTurn": false,
            "features": [
                {
                    "id": 1424,
                    "feature": {
                        "id": 2170,
                        "name": "Creature with ETB: \"Venture into the dungeon\" or \"You take the initiative\"",
                        "uncountable": false,
                        "status": "U"
                    },
                    "quantity": 1,
                    "zoneLocations": [
                        "H"
                    ],
                    "battlefieldCardState": "",
                    "exileCardState": "",
                    "libraryCardState": "",
                    "graveyardCardState": "",
                    "mustBeCommander": false
                }
            ],
            "legalities": {
                "commander": true,
                "pauperCommanderMain": true,
                "pauperCommander": true,
                "oathbreaker": true,
                "predh": false,
                "brawl": false,
                "vintage": true,
                "legacy": true,
                "premodern": false,
                "modern": false,
                "pioneer": false,
                "standard": false,
                "pauper": false
            },
            "prices": {
                "tcgplayer": "0.15",
                "cardkingdom": "0.35",
                "cardmarket": "0.16"
            }
        }
    ]
}