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