[][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.

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
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.