scry-bulk: Retrieve information about bulk data files

Description Usage Arguments Details Value References Examples

Description

Scryfall provides daily exports of our card data in bulk files. Each of these files is represented as a bulk_data object via the API. See details.

Usage

1
2
3

Arguments

name

A string with file to be downloaded. Can be any one of Oracle Cards, Unique Artwork, Default Cards, All Cards or Rulings. See details.

Details

URLs for files change their timestamp each day, and can be fetched programmatically. The currently available files are the following:

Please note:

Bulk data is only collected once every 12 hours. You can use scry_cards() to retrieve fresh objects instead.

Value

A data frame with 1 or more rows and the following columns:

References

https://scryfall.com/docs/api/bulk-data

Examples

1
2
3
4
5
# Get information about bulk data files
scry_bulk_files()

# Download a bulk data file
scry_bulk_file("Rulings")

curso-r/scryr documentation built on Feb. 3, 2022, 12:37 a.m.