From 0d8102f45ff2d7faa859fb8388965c93bc54809f Mon Sep 17 00:00:00 2001 From: Revadike Date: Sun, 25 Jul 2021 15:30:29 +0200 Subject: [PATCH] Added & improved Steam API --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b58a2c7..ddfbc17e 100644 --- a/README.md +++ b/README.md @@ -510,7 +510,8 @@ API | Description | Auth | HTTPS | CORS | | [RuneScape](https://runescape.wiki/w/Application_programming_interface) | RuneScape and OSRS RPGs information | No | Yes | No | | [Scryfall](https://scryfall.com/docs/api) | Magic: The Gathering database | No | Yes | Yes | | [SpaceTradersAPI](https://spacetraders.io?rel=pub-apis) | A playable inter-galactic space trading MMOAPI | `OAuth` | Yes | Yes | -| [Steam](https://developer.valvesoftware.com/wiki/Steam_Web_API) | Steam Client Interaction | `OAuth` | Yes | Unknown | +| [Steam](https://steamapi.xpaw.me/) | Steam Web API documentation | `apiKey` | Yes | No | +| [Steam](https://github.com/Revadike/InternalSteamWebAPI/wiki) | Internal Steam Web API documentation | No | Yes | No | | [SuperHeroes](https://superheroapi.com) | All SuperHeroes and Villains data from all universes under a single API | `apiKey` | Yes | Unknown | | [Tronald Dump](https://www.tronalddump.io/) | The dumbest things Donald Trump has ever said | No | Yes | Unknown | | [Wargaming.net](https://developers.wargaming.net/) | Wargaming.net info and stats | `apiKey` | Yes | No |