Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 869 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 869 Bytes

This list contains links to Magic: the Gathering-related coding resources and projects.

View this page at https://cmeister2.github.io/awesome-mtg/

Contents

APIs

Scryfall

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

Docs

Libraries

Python

  • scryfall-cache - a library which minimizes the number of requests made to the Scryfall API by using Bulk Data and a sqlite cache.