-
Notifications
You must be signed in to change notification settings - Fork 18
Find Workshops
Revadike edited this page Feb 24, 2022
·
2 revisions
No known rate limit
Authenticated: No
Method:
GET
Host:
steamcommunity.com
Path:
/workshop/ajaxfindworkshops
Query Parameters:
Name Type Required Description searchText
string Yes The search term
Name Type Description []
array TODO
[]appid
number TODO
[]name
string TODO
[]icon
string TODO
[]logo
string TODO
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"
}
]