-
Notifications
You must be signed in to change notification settings - Fork 18
Get Deck Compatibility List
Revadike edited this page Feb 26, 2022
·
1 revision
No known rate limit
Authenticated: Yes
Method:
GET
Host:
store.steampowered.com
Path:
/saleaction/ajaxgetuserdeckcompatlist
Query Parameters:
Name Type Required Description appListType
string TODO
library
orwishlist
l
string TODO
TODO
cc
string TODO
TODO
sessionid
string TODO
TODO
authwgtoken
string TODO
TODO
Name Type Description success
number TODO
list
object TODO
list.unknownList[]
array TODO
list.verifiedList[]
array TODO
list.playableList[]
array TODO
list.unsupportedList[]
array TODO
GET https://store.steampowered.com/saleaction/ajaxgetuserdeckcompatlist?appListType=library&l=english&cc=NL&sessionid=a0b1c2d3e4f5g6h7i8j9klmn&authwgtoken=a0b1c2d3e4f5g6h7i8j9klmn
{
"success": 1,
"list": {
"unknownList": [...],
"verifiedList": [...],
"playableList": [...],
"unsupportedList": [...]
}
}