From cc3c33c80b0939548b061b7e6a7ce3ccaf09b038 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ondra=20Ger=C5=A1l?= Date: Sun, 6 Oct 2019 11:23:21 +0200 Subject: [PATCH] Add Scryfall API (#1069) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3fcf6266..79d56a14 100644 --- a/README.md +++ b/README.md @@ -417,6 +417,7 @@ API | Description | Auth | HTTPS | CORS | | [Pokémon TCG](https://pokemontcg.io) | Pokémon TCG Information | No | Yes | Unknown | | [Rick and Morty](https://rickandmortyapi.com) | All the Rick and Morty information, including images | No | Yes | Yes | | [Riot Games](https://developer.riotgames.com/) | League of Legends Game Information | `apiKey` | Yes | Unknown | +| [Scryfall](https://scryfall.com/docs/api) | Magic: The Gathering database | No | Yes | Yes | | [Steam](https://developer.valvesoftware.com/wiki/Steam_Web_API) | Steam Client Interaction | `OAuth` | Yes | Unknown | | [Vainglory](https://developer.vainglorygame.com/) | Vainglory Players, Matches and Telemetry | `apiKey` | Yes | Yes | | [Wargaming.net](https://developers.wargaming.net/) | Wargaming.net info and stats | `apiKey` | Yes | No |