-
Notifications
You must be signed in to change notification settings - Fork 26
Search Store
Revadike edited this page Feb 24, 2022
·
2 revisions
No known rate limit
Authenticated:
TODOMethod:
GETHost:
store.steampowered.comPath:
/api/storesearch/Query Parameters:
Name Type Required Description termstring TODOTODOlstring TODOLanguage ccstring TODOCountry code
Name Type Description totalnumber TODOitems[]array TODOitems[].typestring TODOitems[].namestring TODOitems[].idnumber TODOitems[].priceobject TODOitems[].price.currencystring TODOitems[].price.initialnumber TODOitems[].price.finalnumber TODOitems[].tiny_imagestring TODOitems[].metascorestring TODOitems[].platformsobject TODOitems[].platforms.windowsboolean TODOitems[].platforms.macboolean TODOitems[].platforms.linuxboolean TODOitems[].streamingvideoboolean 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
}
]
}