Scryfall · Example Payload

Scryfall Error Example

Games And ComicsMagic The GatheringCard DataOpen DataFreeCommunity FundedPublic APIs

Scryfall Error 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

objectstatuscodedetails

Example Payload

Raw ↑
{
  "object": "error",
  "status": 404,
  "code": "not_found",
  "details": "No cards found matching \"Banding Hippo\""
}