Module scryfall::set[][src]

A Set object represents a group of related Magic cards. All Card objects on Scryfall belong to exactly one set.

Due to Magic’s long and complicated history, Scryfall includes many un-official sets as a way to group promotional or outlier cards together. Such sets will likely have a four-letter code that begins with p or t, such as pcel or tori.

Official sets always have a three-letter set code, such as zen

Modules

set_code

This module defines a set code.

set_type

Scryfall provides an overall categorization for each Set in the set_type property.

Structs

Set

A Set object containing all fields that scryfall provides.

SetCode

A 3 or 4 letter set code, like 'war' for 'War of the Spark'.

Enums

SetType

Scryfall provides an overall categorization for each Set in the set_type property.