-
Notifications
You must be signed in to change notification settings - Fork 26
Get Deck Compatibility Counts
Revadike edited this page Feb 25, 2022
·
2 revisions
No known rate limit
Authenticated: No
Method:
GETHost:
store.steampowered.comPath:
/saleaction/ajaxgetuserdeckcompatcounts
Name Type Description successnumber TODOcountsobject TODOcounts.verifiednumber TODOcounts.playablenumber TODOcounts.unsupportednumber TODO
GET https://store.steampowered.com/saleaction/ajaxgetuserdeckcompatcounts
{
"success": 1,
"counts": {
"verified": 438,
"playable": 397,
"unsupported": 396
}
}