Find Workshops - Revadike/InternalSteamWebAPI GitHub Wiki
GET /workshop/ajaxfindworkshops
Rate limits
No known rate limit
Request
Authenticated: No
Method:
GETHost:
steamcommunity.comPath:
/workshop/ajaxfindworkshopsQuery Parameters:
Name Type Required Description searchTextstring Yes The search term
Response
200 OK
Name Type Description []array TODO[]appidnumber TODO[]namestring TODO[]iconstring TODO[]logostring 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"
}
]