Cross-store pricing for a single game — Steam, Epic, GOG and Microsoft Store sid
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.
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
GET https://soren.com/v1/game
| Category | Commerce and shopping |
|---|---|
| Provider host | soren.com |
| Networks | base, eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 1 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
We never call tools that send, buy, move money or file anything, not even without paying.
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"game": "forza-horizon-5",
"q": "the witcher 3",
"region": "GB",
"steam": "1551360"
},
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"properties": {
"game": {
"description": "Soren slug, from /v1/lookup.",
"examples": [
"forza-horizon-5"
],
"type": "string"
},
"q": {
"description": "Free-text game name. Use /v1/lookup first for an exact slug.",
"examples": [
"the witcher 3"
],
"type": "string"
},
"region": {
"description": "Pricing region: US, GB, DE or BR. Defaults to US.",
"examples": [
"GB"
],
"type": "string"
},
"steam": {
"description": "Steam appid.",
"examples": [
"1551360"
],
"type": "string"
}
},
"required": [],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
}
}
}