all

suspend fun all(format: String? = "json", pretty: Boolean? = false): ScryfallList<BulkData>

Returns a List object of all Bulk Data items on Scryfall. https://scryfall.com/docs/api/bulk-data/all

Parameters

format
  • The data format to return. This method only supports json.

pretty
  • If true, the returned JSON will be prettified. Avoid using for production code.