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

GET /workshop/ajaxfindworkshops

Rate limits

No known rate limit

Request

Authenticated: No

Method: GET

Host: steamcommunity.com

Path: /workshop/ajaxfindworkshops

Query Parameters:

Name Type Required Description
searchText string Yes The search term

Response

200 OK

Name Type Description
[] array TODO
[]appid number TODO
[]name string TODO
[]icon string TODO
[]logo string TODO

Example

GET https://steamcommunity.com/workshop/ajaxfindworkshops/?searchText=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