Get a bulk data entry
get_bulk_dataFetch metadata and download URI for a Scryfall bulk data file by type (e.g., oracle_cards) or ID. Does not download the file itself.
Instructions
Fetch metadata for a single bulk data file by its type (e.g. 'oracle_cards', 'default_cards', 'rulings') or by its Scryfall ID. Returns the download URI; does not download the (often hundreds of MB) file itself.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Scryfall bulk data UUID. | |
| type | No | Bulk data type, e.g. 'oracle_cards', 'default_cards', 'all_cards', 'rulings'. |