-
Notifications
You must be signed in to change notification settings - Fork 0
Export Guide
DredBaron edited this page Mar 28, 2026
·
5 revisions
Accessed from the Collection page via the 'CSV' and 'JSON' buttons in the top-right header. Two formats are available:
- JSON
A collection.json export will include:
| Field | Description |
|---|---|
name |
Card name |
scryfall_id |
Unique Scryfall card ID |
set_code |
Set abbreviation |
set_name |
Full set name |
collector_number |
Card number within set |
rarity |
common / uncommon / rare / mythic |
type_line |
Full type string |
mana_cost |
Mana cost string |
quantity |
Copy count |
foil |
true / false |
condition |
NM, LP, MP, etc. |
language |
Card language |
notes |
Any personal notes |
price_usd |
Non-foil Scryfall price |
price_usd_foil |
Foil Scryfall price |
Best used for backups, data analysis, or importing into other tools.
- CSV