-
Notifications
You must be signed in to change notification settings - Fork 18
Search Store
Revadike edited this page Jul 7, 2021
·
2 revisions
No known rate limit
Authenticated:
TODO
Method:
GET
Host:
store.steampowered.com
Path:
/api/storesearch/
Query Parameters:
Name Type Required Description term
string TODO
TODO
l
string TODO
TODO
cc
string TODO
TODO
Name Type Description total
number TODO
items[]
array TODO
items[].type
string TODO
items[].name
string TODO
items[].id
number TODO
items[].price
object TODO
items[].price.currency
string TODO
items[].price.initial
number TODO
items[].price.final
number TODO
items[].tiny_image
string TODO
items[].metascore
string TODO
items[].platforms
object TODO
items[].platforms.windows
boolean TODO
items[].platforms.mac
boolean TODO
items[].platforms.linux
boolean TODO
items[].streamingvideo
boolean TODO
GET https://store.steampowered.com/api/storesearch/?term=bundle&l=english&cc=NL
{
"total": 4,
"items": [
{
"type": "app",
"name": "Black Desert Online - Legendary Bundle",
"id": 1555741,
"price": {
"currency": "EUR",
"initial": 7999,
"final": 3999
},
"tiny_image": "https://cdn.akamai.steamstatic.com/steam/apps/1555741/capsule_231x87.jpg?t=1614619147",
"metascore": "",
"platforms": {
"windows": true,
"mac": false,
"linux": false
},
"streamingvideo": false
},
{
"type": "app",
"name": "Destiny 2: Throne of Atheon Emote Bundle",
"id": 1569630,
"price": {
"currency": "EUR",
"initial": 1499,
"final": 1499
},
"tiny_image": "https://cdn.akamai.steamstatic.com/steam/apps/1569630/capsule_231x87.jpg?t=1623452445",
"metascore": "",
"platforms": {
"windows": true,
"mac": false,
"linux": false
},
"streamingvideo": false,
"controller_support": "full"
},
{
"type": "app",
"name": "Destiny 2: Season of the Splicer Silver Bundle",
"id": 1565570,
"price": {
"currency": "EUR",
"initial": 1499,
"final": 1499
},
"tiny_image": "https://cdn.akamai.steamstatic.com/steam/apps/1565570/capsule_231x87.jpg?t=1623452344",
"metascore": "",
"platforms": {
"windows": true,
"mac": false,
"linux": false
},
"streamingvideo": false,
"controller_support": "full"
},
{
"type": "app",
"name": "Dragon Age II DLC Bundle",
"id": 1238050,
"price": {
"currency": "EUR",
"initial": 2499,
"final": 624
},
"tiny_image": "https://cdn.akamai.steamstatic.com/steam/apps/1238050/capsule_231x87.jpg?t=1609112422",
"metascore": "",
"platforms": {
"windows": true,
"mac": false,
"linux": false
},
"streamingvideo": false
}
]
}