Skip to content

Get Deck Compatibility List

Revadike edited this page Feb 26, 2022 · 1 revision

GET /saleaction/ajaxgetuserdeckcompatlist

Rate limits

No known rate limit

Request

Authenticated: Yes

Method: GET

Host: store.steampowered.com

Path: /saleaction/ajaxgetuserdeckcompatlist

Query Parameters:

Name Type Required Description
appListType string TODO library or wishlist
l string TODO TODO
cc string TODO TODO
sessionid string TODO TODO
authwgtoken string TODO TODO

Response

200 OK

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

Example

GET https://store.steampowered.com/saleaction/ajaxgetuserdeckcompatlist?appListType=library&l=english&cc=NL&sessionid=a0b1c2d3e4f5g6h7i8j9klmn&authwgtoken=a0b1c2d3e4f5g6h7i8j9klmn
{
    "success": 1,
    "list": {
        "unknownList": [...],
        "verifiedList": [...],
        "playableList": [...],
        "unsupportedList": [...]
    }
}
Clone this wiki locally