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

{
    "count": 105,
    "next": null,
    "previous": "https://backend.commanderspellbook.com/templates?format=api&limit=100",
    "results": [
        {
            "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
        }
    ]
}