-
Notifications
You must be signed in to change notification settings - Fork 22
Get Item Store Definitions
Revadike edited this page Feb 26, 2022
·
1 revision
No known rate limit
Authenticated: No
Method:
GET
Host:
store.steampowered.com
Path:
/itemstore/:appid/ajaxgetitemdefs
Variables:
Name Type Description :appid
string The Steam AppID Query Parameters:
Name Type Required Description start
string TODO
TODO
count
string TODO
TODO
json
string TODO
TODO
searchtext
string TODO
TODO
cc
string TODO
TODO
l
string TODO
TODO
Name Type Description success
number TODO
matches[]
array TODO
matches[].nAppID
number TODO
matches[].nItemDefID
string TODO
matches[].strName
string TODO
matches[].strDescription
string TODO
matches[].strImgURL
string TODO
matches[].strFormattedOrigPrice
string TODO
matches[].strFormattedFinalPrice
string TODO
matches[].nDiscountPercent
object TODO
matches[].strNameColor
string TODO
matches[].strBackgroundColor
string TODO
GET https://store.steampowered.com/itemstore/1085660/ajaxgetitemdefs?start=0&count=10&json=1&searchtext=&cc=NL&l=english
{
"success": 1,
"matches": [
{
"nAppID": 1085660,
"nItemDefID": "100001",
"strName": "500 Destiny 2 Silver",
"strDescription": "Destiny 2 Silver is an in-game currency you can use to buy in-game items that customize your character. Destiny 2 game required, sold separately. Destiny 2 Silver is limited by user account and platform and can only be used in Destiny 2 and its expansions. Use of Silver is subject to Bungie Software License Agreement www.bungie.net/eula",
"strImgURL": "https://community.cloudflare.steamstatic.com/economy/image/sIVh1J0fY_le-poA4RBh-FR5EhJVcyzlWInNWBA0yR16TvzcCso3iba4P3mqswXRuulQBps0VsG6zjoFRfDoLSA9wbRX8EWf1Aop0p_eIbdBDw/200x200",
"strFormattedOrigPrice": "4,99€",
"strFormattedFinalPrice": "4,99€",
"nDiscountPercent": null,
"strNameColor": "",
"strBackgroundColor": ""
},
{
"nAppID": 1085660,
"nItemDefID": "100002",
"strName": "1000 (+100 Bonus) Destiny 2 Silver",
"strDescription": "Destiny 2 Silver is an in-game currency you can use to buy in-game items that customize your character. Get 100 bonus Destiny 2 Silver with this purchase of 1000. Destiny 2 game required, sold separately. Destiny 2 Silver is limited by user account and platform and can only be used in Destiny 2 and its expansions. Use of Silver is subject to Bungie Software License Agreement www.bungie.net/eula",
"strImgURL": "https://community.cloudflare.steamstatic.com/economy/image/sIVh1J0fY_le-poA4RBh-FR5EhJVcyzlWInNWBA0yR16TvzcCso3iba4P3ajtAXRuulQBps0VsG6zjoFRfDoLSA9wbRX8UCf1Aop0p9XAsF30Q/200x200",
"strFormattedOrigPrice": "9,99€",
"strFormattedFinalPrice": "9,99€",
"nDiscountPercent": null,
"strNameColor": "",
"strBackgroundColor": ""
},
{
"nAppID": 1085660,
"nItemDefID": "100003",
"strName": "2000 (+300 Bonus) Destiny 2 Silver",
"strDescription": "Destiny 2 Silver is an in-game currency you can use to buy in-game items that customize your character. Get 300 bonus Destiny 2 Silver with this purchase of 2000. Destiny 2 game required, sold separately. Destiny 2 Silver is limited by user account and platform and can only be used in Destiny 2 and its expansions. Use of Silver is subject to Bungie Software License Agreement www.bungie.net/eula",
"strImgURL": "https://community.cloudflare.steamstatic.com/economy/image/sIVh1J0fY_le-poA4RBh-FR5EhJVcyzlWInNWBA0yR16TvzcCso3iba4P3ajtQXRuulQBps0VsG6zjoFRfDoLSA9wbRX8kCf1Aop0p9vbnSU2Q/200x200",
"strFormattedOrigPrice": "19,99€",
"strFormattedFinalPrice": "19,99€",
"nDiscountPercent": null,
"strNameColor": "",
"strBackgroundColor": ""
},
{
"nAppID": 1085660,
"nItemDefID": "100004",
"strName": "3000 (+500 Bonus) Destiny 2 Silver",
"strDescription": "Destiny 2 Silver is an in-game currency you can use to buy in-game items that customize your character. Get 500 bonus Destiny 2 Silver with this purchase of 3000. Destiny 2 game required, sold separately. Destiny 2 Silver is limited by user account and platform and can only be used in Destiny 2 and its expansions. Use of Silver is subject to Bungie Software License Agreement www.bungie.net/eula",
"strImgURL": "https://community.cloudflare.steamstatic.com/economy/image/sIVh1J0fY_le-poA4RBh-FR5EhJVcyzlWInNWBA0yR16TvzcCso3iba4P3ajsgXRuulQBps0VsG6zjoFRfDoLSA9wbRX80Cf1Aop0p98ZGGQSg/200x200",
"strFormattedOrigPrice": "29,99€",
"strFormattedFinalPrice": "29,99€",
"nDiscountPercent": null,
"strNameColor": "",
"strBackgroundColor": ""
},
{
"nAppID": 1085660,
"nItemDefID": "100005",
"strName": "5000 (+1000 Bonus) Destiny 2 Silver",
"strDescription": "Destiny 2 Silver is an in-game currency you can use to buy in-game items that customize your character. Get 1000 bonus Destiny 2 Silver with this purchase of 5000. Destiny 2 game required, sold separately. Destiny 2 Silver is limited by user account and platform and can only be used in Destiny 2 and its expansions. Use of Silver is subject to Bungie Software License Agreement www.bungie.net/eula",
"strImgURL": "https://community.cloudflare.steamstatic.com/economy/image/sIVh1J0fY_le-poA4RBh-FR5EhJVcyzlWInNWBA0yR16TvzcCso3iba4P3ajswXRuulQBps0VsG6zjoFRfDoLSA9wbRX9UCf1Aop0p9eT3izMA/200x200",
"strFormattedOrigPrice": "49,99€",
"strFormattedFinalPrice": "49,99€",
"nDiscountPercent": null,
"strNameColor": "",
"strBackgroundColor": ""
}
]
}