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

{
    "count": 116,
    "next": null,
    "previous": "https://backend.commanderspellbook.com/templates?format=api&limit=100",
    "results": [
        {
            "id": 99,
            "name": "Card that Creates One or More Creature Tokens Per Turn",
            "scryfallQuery": null,
            "scryfallApi": null
        },
        {
            "id": 87,
            "name": "Card that Gives a Creature Deathtouch",
            "scryfallQuery": null,
            "scryfallApi": null
        },
        {
            "id": 86,
            "name": "Card that gives a Creature Indestructible",
            "scryfallQuery": null,
            "scryfallApi": null
        },
        {
            "id": 82,
            "name": "Creature that taps for 2+ mana",
            "scryfallQuery": null,
            "scryfallApi": null
        },
        {
            "id": 83,
            "name": "Creature that taps for 3+ mana",
            "scryfallQuery": null,
            "scryfallApi": null
        },
        {
            "id": 110,
            "name": "Creature with MV=1 and Creates Creature Token(s) on Death",
            "scryfallQuery": null,
            "scryfallApi": null
        },
        {
            "id": 91,
            "name": "Creature with \"When this creature dies, create 2+ creature tokens\"",
            "scryfallQuery": null,
            "scryfallApi": null
        },
        {
            "id": 92,
            "name": "Creature with \"When this creature ETBs, create 2+ creature tokens\"",
            "scryfallQuery": null,
            "scryfallApi": null
        },
        {
            "id": 112,
            "name": "Effects that Alter a Creature's Power/Toughness (Anthem Effects)",
            "scryfallQuery": null,
            "scryfallApi": null
        },
        {
            "id": 88,
            "name": "Extra Turn Spell - GY on Resolution",
            "scryfallQuery": null,
            "scryfallApi": null
        },
        {
            "id": 85,
            "name": "Haste Enabler",
            "scryfallQuery": null,
            "scryfallApi": null
        },
        {
            "id": 89,
            "name": "Mass Land Denial",
            "scryfallQuery": null,
            "scryfallApi": null
        },
        {
            "id": 96,
            "name": "Permanent tapping to deal damage to any target",
            "scryfallQuery": null,
            "scryfallApi": null
        },
        {
            "id": 106,
            "name": "Permanent with Landfall Ability: Create Creature Token(s)",
            "scryfallQuery": null,
            "scryfallApi": null
        },
        {
            "id": 107,
            "name": "Permanent with Landfall Ability: Create Token(s)",
            "scryfallQuery": null,
            "scryfallApi": null
        },
        {
            "id": 84,
            "name": "Permanent with \"You don't lose the game due to having 0 or less life\"",
            "scryfallQuery": null,
            "scryfallApi": null
        }
    ]
}