Scryfall · Example Payload

Scryfall Bulk Data Example

A JSON file containing one Scryfall card object for each Oracle ID on Scryfall. The chosen sets for the cards are an attempt to return the most up-to-date recognizable version of the card.

Games And ComicsMagic The GatheringCard DataOpen DataFreeCommunity FundedPublic APIs

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

Top-level fields

objectidtypeupdated_aturinamedescriptioncompressed_sizedownload_uricontent_typecontent_encodingsize

Example Payload

Raw ↑
{
  "object": "bulk_data",
  "id": "27bf3214-1271-490b-bdfe-c0be6c23d02e",
  "type": "oracle_cards",
  "updated_at": "2026-05-29T09:00:00.000+00:00",
  "uri": "https://api.scryfall.com/bulk-data/27bf3214-1271-490b-bdfe-c0be6c23d02e",
  "name": "Oracle Cards",
  "description": "A JSON file containing one Scryfall card object for each Oracle ID on Scryfall. The chosen sets for the cards are an attempt to return the most up-to-date recognizable version of the card.",
  "compressed_size": 53345211,
  "download_uri": "https://data.scryfall.io/oracle-cards/oracle-cards-20260529090000.json",
  "content_type": "application/json",
  "content_encoding": "gzip",
  "size": 156234012
}