Skip to content
Revadike edited this page Feb 24, 2022 · 3 revisions

GET /actions/SearchApps/:query

Rate limits

No known rate limit

Request

Authenticated: No

Method: GET

Host: steamcommunity.com

Path: /actions/SearchApps/:query

Variables:

Name Type Description
:query string The search term

Response

200 OK

Name Type Description
[] array TODO
[]appid string TODO
[]name string TODO
[]icon string TODO
[]logo string 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"
    }
]
Clone this wiki locally