Soren · Game

by Soren

GETBasebase

$0.01

per call · USD Coin on Base

Cross-store pricing for a single game — Steam, Epic, GOG and Microsoft Store side by side — with the lowest price ever observed, the date it was observed, and how far above that low the current price sits. Storefronts publish today's price and no history, so the low exists only for whoever recorded it; ours runs from 2012. Every response resolves the game's family so a base game is never compared against a season pass.

Endpoint

GET https://soren.com/v1/game

3

Calls / 30d

2

Unique payers / 30d

Aug 26

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://soren.com/v1/game", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://soren.com/v1/game?game=forza-horizon-5&q=the+witcher+3&region=GB&steam=1551360" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "coverage": [
    {
      "from": "<date>",
      "store": "<store>",
      "to": "<date or null>"
    }
  ],
  "demand": {
    "average_target_price": "<major units>",
    "waiting": "<int>"
  },
  "family": {
    "count": "<int>",
    "members": [
      {
        "id": "<int>",
        "slug": "<slug>",
        "title": "<title>",
        "type": "<type>"
      }
    ],
    "root_id": "<int>"
  },
  "game": {
    "id": "<int>",
    "released_at": "<ISO-8601 date or null>",
    "slug": "<stable public identifier>",
    "title": "<game title>",
    "type": "main_game | dlc | expansion | edition"
  },
  "prices": [
    {
      "currency": "<ISO-4217>",
      "lowest_observed": "<major units or null>",
      "pct_above_lowest_observed": "<number or null>",
      "price": "<major units or null>",
      "region": "US | GB | DE | BR",
      "status": "ok | free_promo | free_to_play | not_sold_here | unreleased",
      "store": "steam | epic | gog | microsoft"
    }
  ],
  "region": "US",
  "subscriptions": [
    {
      "available": "<bool>",
      "service": "Game Pass | EA Play"
    }
  ]
}

Payment details

Pay to0xadc3a47efbd82ed724a0e9a3d08d5a1a8e6586fd
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase, base
Schemesexact

Is this your API?

Pin it to the top of Games & Fun and the homepage with a featured placement.

Get featured →

More from Soren & similar services