Home
Scryfall
Scryfall Card Example
Scryfall Card Example
Games And Comics Magic The Gathering Card Data Open Data Free Community Funded Public APIs
Scryfall Card Example is an example object payload from Scryfall, with 42 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
Top-level fields
object id oracle_id multiverse_ids mtgo_id tcgplayer_id cardmarket_id name lang released_at uri scryfall_uri layout highres_image image_status image_uris mana_cost cmc type_line oracle_text colors color_identity keywords legalities games reserved foil nonfoil finishes set_id set set_name set_type collector_number rarity artist border_color frame edhrec_rank prices related_uris purchase_uris
Example Payload
{
"object": "card",
"id": "0000419b-0bba-4488-8f7a-6194d4a7f87a",
"oracle_id": "b3f5b53b-1f87-4a4f-bc6f-cdc5edaeb2db",
"multiverse_ids": [413579],
"mtgo_id": 56743,
"tcgplayer_id": 96918,
"cardmarket_id": 285968,
"name": "Static Discharge",
"lang": "en",
"released_at": "2016-09-30",
"uri": "https://api.scryfall.com/cards/0000419b-0bba-4488-8f7a-6194d4a7f87a",
"scryfall_uri": "https://scryfall.com/card/kld/115/static-discharge",
"layout": "normal",
"highres_image": true,
"image_status": "highres_scan",
"image_uris": {
"small": "https://cards.scryfall.io/small/front/0/0/0000419b-0bba-4488-8f7a-6194d4a7f87a.jpg",
"normal": "https://cards.scryfall.io/normal/front/0/0/0000419b-0bba-4488-8f7a-6194d4a7f87a.jpg",
"large": "https://cards.scryfall.io/large/front/0/0/0000419b-0bba-4488-8f7a-6194d4a7f87a.jpg",
"png": "https://cards.scryfall.io/png/front/0/0/0000419b-0bba-4488-8f7a-6194d4a7f87a.png",
"art_crop": "https://cards.scryfall.io/art_crop/front/0/0/0000419b-0bba-4488-8f7a-6194d4a7f87a.jpg",
"border_crop": "https://cards.scryfall.io/border_crop/front/0/0/0000419b-0bba-4488-8f7a-6194d4a7f87a.jpg"
},
"mana_cost": "{2}{R}",
"cmc": 3.0,
"type_line": "Instant",
"oracle_text": "Static Discharge deals 3 damage to any target.",
"colors": ["R"],
"color_identity": ["R"],
"keywords": [],
"legalities": {
"standard": "not_legal", "modern": "legal", "legacy": "legal",
"pauper": "legal", "vintage": "legal", "commander": "legal",
"pioneer": "not_legal"
},
"games": ["paper", "mtgo"],
"reserved": false, "foil": true, "nonfoil": true,
"finishes": ["foil", "nonfoil"],
"set_id": "fe5b329d-0764-4d4a-8b78-c1c3b3a2ec3e",
"set": "kld",
"set_name": "Kaladesh",
"set_type": "expansion",
"collector_number": "115",
"rarity": "common",
"artist": "Mathias Kollros",
"border_color": "black",
"frame": "2015",
"edhrec_rank": 14523,
"prices": { "usd": "0.07", "usd_foil": "0.34", "eur": "0.05", "tix": "0.03" },
"related_uris": {
"gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=413579",
"edhrec": "https://edhrec.com/route/?cc=Static+Discharge"
},
"purchase_uris": {
"tcgplayer": "https://www.tcgplayer.com/product/96918",
"cardmarket": "https://www.cardmarket.com/en/Magic/Products/Singles/Kaladesh/Static-Discharge",
"cardhoarder": "https://www.cardhoarder.com/cards/56743"
}
}
Every example here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for examples
4 MCP tools reach this
find_examplesBrowse and filter every example in the catalog.
apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
resolveTurn a domain, URL or GitHub org into the provider it belongs to.
find_cohortsEvery scored population of providers in the catalog.
All 92 tools
Call it yourself
curl for this page
This example
curl "https://apis.io/api/v1/examples/scryfall-card-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no email required.
A second provider on the same verified email joins the account you already have.