An open API service indexing awesome lists of open source software.

https://github.com/cmeister2/awesome-mtg

A list of awesome Magic: the Gathering programming projects and resources
https://github.com/cmeister2/awesome-mtg

List: awesome-mtg

magic-the-gathering mtg scryfall scryfall-api

Last synced: 4 months ago
JSON representation

A list of awesome Magic: the Gathering programming projects and resources

Awesome Lists containing this project

README

          

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

View this page at [https://cmeister2.github.io/awesome-mtg/](https://cmeister2.github.io/awesome-mtg/)

# Contents

- [APIs](#apis)
- [Scryfall](#scryfall)
- [Docs](#scryfall-docs)
- [Python Libraries](#scryfall-python)

# 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

- [API documentation](https://scryfall.com/docs/api)

### Libraries

#### Python

- [scryfall-cache](https://github.com/cmeister2/scryfall_cache) - a library
which minimizes the number of requests made to the Scryfall API by using Bulk
Data and a sqlite cache.