[][src]Crate scryfall

Scryfall provides a REST-like API for ingesting our card data programatically. The API exposes information available on the regular site in easy-to-consume formats.

Re-exports

pub use error::Result;

Modules

card

This module provides a defenition of a Magic: The Gathering card, as well as, ways to fetch them from scryfall.

card_searcher

This module provides an abstraction over the search params provided by scryfall. For a complete documentation, refer to the official site.

catalog

A Catalog object contains an array of Magic datapoints (words, card values, etc). Catalog objects are provided by the API as aids for building other Magic software and understanding possible values for a field on Card objects.

error

This module exposes the possible errors this crate has, and ways to interact with them.

format

The available magic the gathering formats.

ruling

Rulings represent Oracle rulings, Wizards of the Coast set release notes, or Scryfall notes for a particular card.

set

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

util

Module containing utility functions and structs.