Bulk Data
Daily Pricing
The following is a JSONL (JSON Lines) file that has the following data:
- name - string
- set_name - string
- cardsphere_id - integer - Cardsphere's internal identifier. Can be used to access the card page: https://cardsphere.com/cards/<cardsphere_id>
- scryfall_id - UUID
- finish - string - F, N, C or D. Indicating Foil, Nonfoil, Code, and Sealed respectively
- price - integer - in cents
- sf_set_code - string - Scryfall's set code for this printing.
- collector_number - string - contain letters
Sample entry (prettified) with a stale price:
{
"name": "Abundance",
"set_name": "10th Edition",
"scryfall_id": "46184f97-d5c9-4a98-9fd9-e19057ce9b7e",
"cardsphere_id": 1,
"finish": "F",
"price": 7500,
"sf_set_code": "10E",
"collector_number": "249"
}