From 04ed1909118c37d427c82f4050d0b734a1913857 Mon Sep 17 00:00:00 2001 From: Robert Clarke Date: Tue, 18 Aug 2026 06:07:21 +0300 Subject: [PATCH 1/2] Add SteamGPT API --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7491fe4c..c207c11a 100644 --- a/README.md +++ b/README.md @@ -1048,6 +1048,7 @@ API | Description | Auth | HTTPS | CORS | | [When is next MCU film](https://github.com/DiljotSG/MCU-Countdown/blob/develop/docs/API.md) | Upcoming MCU film information | No | Yes | Unknown | | [xkcd](https://xkcd.com/json.html) | Retrieve xkcd comics as JSON | No | Yes | No | | [Yu-Gi-Oh!](https://db.ygoprodeck.com/api-guide/) | Yu-Gi-Oh! TCG Information | No | Yes | Unknown | +| [SteamGPT](https://steamgpt.net) | Steam profiles, SteamID conversion, VAC/game bans, FACEIT stats and friends | No | Yes | Yes | **[⬆ Back to Index](#index)**
From a974f1f6bb6c0c357e67dcfa24bf622509d727ff Mon Sep 17 00:00:00 2001 From: Robert Clarke Date: Tue, 18 Aug 2026 21:54:57 +0300 Subject: [PATCH 2/2] Add SteamGPT API --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c207c11a..a3853d80 100644 --- a/README.md +++ b/README.md @@ -1036,6 +1036,7 @@ API | Description | Auth | HTTPS | CORS | | [SpaceTradersAPI](https://spacetraders.io?rel=pub-apis) | A playable inter-galactic space trading MMOAPI | `OAuth` | Yes | Yes | | [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 | +| [SteamGPT](https://steamgpt.net) | Steam profiles, SteamID conversion, VAC/game bans, FACEIT stats and friends | No | Yes | Yes | | [SuperHeroes](https://superheroapi.com) | All SuperHeroes and Villains data from all universes under a single API | `apiKey` | Yes | Unknown | | [TCGdex](https://www.tcgdex.net/docs) | Multi languages Pokémon TCG Information | No | Yes | Yes | | [Tebex](https://docs.tebex.io/plugin/) | Tebex API for information about game purchases | `X-Mashape-Key` | Yes | No | @@ -1048,7 +1049,6 @@ API | Description | Auth | HTTPS | CORS | | [When is next MCU film](https://github.com/DiljotSG/MCU-Countdown/blob/develop/docs/API.md) | Upcoming MCU film information | No | Yes | Unknown | | [xkcd](https://xkcd.com/json.html) | Retrieve xkcd comics as JSON | No | Yes | No | | [Yu-Gi-Oh!](https://db.ygoprodeck.com/api-guide/) | Yu-Gi-Oh! TCG Information | No | Yes | Unknown | -| [SteamGPT](https://steamgpt.net) | Steam profiles, SteamID conversion, VAC/game bans, FACEIT stats and friends | No | Yes | Yes | **[⬆ Back to Index](#index)**