GET /cards?format=api&offset=6700&ordering=-variant_count
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&ordering=-variant_count",
    "results": [
        {
            "id": 6733,
            "name": "Arco-Flagellant",
            "oracleId": "b48e7e87-3adf-417d-b93b-bf67ad6cbf1d",
            "identity": "B",
            "variantCount": 0,
            "spoiler": false,
            "typeLine": "Creature — Human",
            "oracleText": "Squad {2} (As an additional cost to cast this spell, you may pay {2} any number of times. When this creature enters, create that many tokens that are copies of it.)\nThis creature can't block.\nEndurant — Pay 3 life: This creature gains indestructible until end of turn.",
            "keywords": [
                "Endurant",
                "Squad"
            ],
            "manaValue": 3,
            "reserved": false,
            "latestPrintingSet": "40k",
            "reprinted": false,
            "gameChanger": false,
            "tutor": false,
            "massLandDenial": false,
            "extraTurn": false,
            "features": [
                {
                    "id": 2156,
                    "feature": {
                        "id": 1796,
                        "name": "Unconditional Life Payments",
                        "uncountable": false,
                        "status": "U"
                    },
                    "quantity": 1,
                    "zoneLocations": [
                        "B"
                    ],
                    "battlefieldCardState": "",
                    "exileCardState": "",
                    "libraryCardState": "",
                    "graveyardCardState": "",
                    "mustBeCommander": false
                }
            ],
            "legalities": {
                "commander": true,
                "pauperCommanderMain": false,
                "pauperCommander": false,
                "oathbreaker": true,
                "predh": false,
                "brawl": false,
                "vintage": true,
                "legacy": true,
                "premodern": false,
                "modern": false,
                "pioneer": false,
                "standard": false,
                "pauper": false
            },
            "prices": {
                "tcgplayer": "0.35",
                "cardkingdom": "0.49",
                "cardmarket": "0.23"
            }
        }
    ]
}