Skip to content

Get Deck Compatibility Report

Revadike edited this page Feb 23, 2022 · 2 revisions

GET /saleaction/ajaxgetdeckappcompatibilityreport

Rate limits

No known rate limit

Request

Authenticated: No

Method: GET

Host: store.steampowered.com

Path: /saleaction/ajaxgetdeckappcompatibilityreport

Query Parameters:

Name Type Required Description
nAppID string TODO TODO
l string TODO TODO
cc string TODO TODO

Response

200 OK

Name Type Description
success number TODO
results object TODO
results.appid number TODO
results.resolved_category number TODO
results.resolved_items[] array TODO
results.resolved_items[].display_type number TODO
results.resolved_items[].loc_token string TODO

Example

GET https://store.steampowered.com/saleaction/ajaxgetdeckappcompatibilityreport?nAppID=440&l=english&cc=US
{
    "success": 1,
    "results": {
        "appid": 440,
        "resolved_category": 2,
        "resolved_items": [
            {
                "display_type": 3,
                "loc_token": "#SteamDeckVerified_TestResult_DefaultControllerConfigNotFullyFunctional"
            },
            {
                "display_type": 3,
                "loc_token": "#SteamDeckVerified_TestResult_ControllerGlyphsDoNotMatchDeckDevice"
            },
            {
                "display_type": 3,
                "loc_token": "#SteamDeckVerified_TestResult_InterfaceTextIsNotLegible"
            },
            {
                "display_type": 4,
                "loc_token": "#SteamDeckVerified_TestResult_DefaultConfigurationIsPerformant"
            },
            {
                "display_type": 1,
                "loc_token": "#SteamDeckVerified_TestResult_ExternalControllersNotSupportedPrimaryPlayer"
            }
        ]
    }
}

Clone this wiki locally