-
Notifications
You must be signed in to change notification settings - Fork 27
Get Deck Compatibility Report
Revadike edited this page Feb 23, 2022
·
2 revisions
No known rate limit
Authenticated: No
Method:
GETHost:
store.steampowered.comPath:
/saleaction/ajaxgetdeckappcompatibilityreportQuery Parameters:
Name Type Required Description nAppIDstring TODOTODOlstring TODOTODOccstring TODOTODO
Name Type Description successnumber TODOresultsobject TODOresults.appidnumber TODOresults.resolved_categorynumber TODOresults.resolved_items[]array TODOresults.resolved_items[].display_typenumber TODOresults.resolved_items[].loc_tokenstring TODO
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"
}
]
}
}