Cross-platform game data, from one API.
Live Steam players, Twitch viewership, and price across every store, resolved per game into a single row. No single-platform source has this join; we serve it over a simple REST API.
Live right now · 599 cross-platform games
Track a game’s live demand
Steam concurrent players and Twitch viewership for the same title, together — the demand signal no single-platform tracker shows in one place.
Compare price across every store
Current price on Steam, GOG, Epic, Switch and Xbox in one row. Spot the cheapest storefront, or where a title isn’t listed yet.
Resolve one game across platforms
Edition and store variants collapse to a single stable id, so “this game, everywhere it exists” is one lookup instead of a matching project.
One request, one row per game
{
"id": 16297,
"name": "Fallout 4",
"platforms": ["gog", "steam", "twitch"],
"steam_ccu": 11506,
"twitch_viewers": 13902,
"prices": { "steam": 799, "gog": 1599 }
} Prices are USD cents. steam_ccu / twitch_viewers are live samples
(null when a game isn’t currently played or streamed). Full endpoints, filters and a free
monthly allowance are on the developer page.
Built to compound
Every reading is stored as a running series, so over time the data shows what a snapshot can’t: how a Twitch surge moves Steam players, or a price cut moves concurrents. The collection runs continuously — the history is the part you can’t rebuild after the fact.