GET /bulk-data/:type
Supported formats: json
, file
Returns a single Bulk Data object with the given type
.
Parameter | Type | Atn | Details |
---|---|---|---|
:type
|
String | The Bulk Data type. | |
format
|
String | Optional |
The data format to return: json or file . Defaults to json.
|
pretty
|
Boolean | Optional | If true, the returned JSON will be prettified. Avoid using for production code. |
Example Requests
Fetch the “Oracle Cards” bulk data
GET
https://api.scryfall.com/bulk-data/oracle-cards