Skip to content

Get Deck Compatibility Counts

Revadike edited this page Feb 25, 2022 · 2 revisions

GET /saleaction/ajaxgetuserdeckcompatcounts

Rate limits

No known rate limit

Request

Authenticated: No

Method: GET

Host: store.steampowered.com

Path: /saleaction/ajaxgetuserdeckcompatcounts

Response

200 OK

Name Type Description
success number TODO
counts object TODO
counts.verified number TODO
counts.playable number TODO
counts.unsupported number TODO

Example

GET https://store.steampowered.com/saleaction/ajaxgetuserdeckcompatcounts
{
    "success": 1,
    "counts": {
        "verified": 438,
        "playable": 397,
        "unsupported": 396
    }
}
Clone this wiki locally