Search Apps - Revadike/InternalSteamWebAPI GitHub Wiki
GET /actions/SearchApps/:query
Rate limits
No known rate limit
Request
Authenticated: No
Method:
GETHost:
steamcommunity.comPath:
/actions/SearchApps/:queryVariables:
Name Type Description :querystring The search term
Response
200 OK
Name Type Description []array TODO[]appidstring TODO[]namestring TODO[]iconstring TODO[]logostring TODO
Example
GET https://steamcommunity.com/actions/SearchApps/team%20fortress%202
[
{
"appid": "440",
"name": "Team Fortress 2",
"icon": "https://cdn.cloudflare.steamstatic.com/steamcommunity/public/images/apps/440/e3f595a92552da3d664ad00277fad2107345f743.jpg",
"logo": "https://cdn.cloudflare.steamstatic.com/steam/apps/440/capsule_184x69.jpg"
}
]