Scryfall · Example Payload

Scryfall Catalog Example

Games And ComicsMagic The GatheringCard DataOpen DataFreeCommunity FundedPublic APIs

Scryfall Catalog Example is an example object payload from Scryfall, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

objecturitotal_valuesdata

Example Payload

Raw ↑
{
  "object": "catalog",
  "uri": "https://api.scryfall.com/catalog/creature-types",
  "total_values": 6,
  "data": [
    "Advisor",
    "Aetherborn",
    "Ally",
    "Angel",
    "Antelope",
    "Ape"
  ]
}