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": 6302,
            "name": "Bureau Headmaster",
            "oracleId": "c022b5df-1d85-44c0-94a1-d01b345b845b",
            "identity": "RW",
            "variantCount": 0,
            "spoiler": false,
            "typeLine": "Creature — Human Assassin",
            "oracleText": "Equipment spells you cast cost {1} less to cast.\nEquip abilities you activate cost {1} less to activate.",
            "keywords": [],
            "manaValue": 2,
            "reserved": false,
            "latestPrintingSet": "acr",
            "reprinted": false,
            "gameChanger": false,
            "tutor": false,
            "massLandDenial": false,
            "extraTurn": false,
            "features": [
                {
                    "id": 1768,
                    "feature": {
                        "id": 1795,
                        "name": "Cost Reducer - Activated Abilities",
                        "uncountable": false,
                        "status": "U"
                    },
                    "quantity": 1,
                    "zoneLocations": [
                        "B"
                    ],
                    "battlefieldCardState": "",
                    "exileCardState": "",
                    "libraryCardState": "",
                    "graveyardCardState": "",
                    "mustBeCommander": false
                }
            ],
            "legalities": {
                "commander": true,
                "pauperCommanderMain": false,
                "pauperCommander": true,
                "oathbreaker": true,
                "predh": false,
                "brawl": false,
                "vintage": true,
                "legacy": true,
                "premodern": false,
                "modern": true,
                "pioneer": false,
                "standard": false,
                "pauper": false
            },
            "prices": {
                "tcgplayer": "1.97",
                "cardkingdom": "2.79",
                "cardmarket": "0.85"
            }
        },
        {
            "id": 5838,
            "name": "Manakin",
            "oracleId": "d2343af0-468b-42bc-8a0c-347c10f7e2f3",
            "identity": "C",
            "variantCount": 0,
            "spoiler": false,
            "typeLine": "Artifact Creature — Construct",
            "oracleText": "{T}: Add {C}.",
            "keywords": [],
            "manaValue": 2,
            "reserved": false,
            "latestPrintingSet": "ima",
            "reprinted": true,
            "gameChanger": false,
            "tutor": false,
            "massLandDenial": false,
            "extraTurn": false,
            "features": [],
            "legalities": {
                "commander": true,
                "pauperCommanderMain": true,
                "pauperCommander": true,
                "oathbreaker": true,
                "predh": true,
                "brawl": false,
                "vintage": true,
                "legacy": true,
                "premodern": true,
                "modern": false,
                "pioneer": false,
                "standard": false,
                "pauper": true
            },
            "prices": {
                "tcgplayer": "0.32",
                "cardkingdom": "0.39",
                "cardmarket": "0.18"
            }
        }
    ]
}