View Single Post
Nefarius
Member
Join Date: Sep 2010
Old 01-06-2014 , 17:17   Re: [CS:GO] Workshop Map Loader (v0.0.2)
Reply With Quote #8

Good god, finding this undocumented API took me ages but here we have it

Workshop Items through Steam Web API
Actually on host_workshop_map the server builds the following query:
Code:
https://api.steampowered.com/Service/PublishedFile/GetDetails/v1/?format=vdf&publishedfileids[0]=206674556&key=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX&minimal_details=1
Spoiler

where publishedfileids[0] is equal to the id Attribute in the Steam Community request:
Code:
http://steamcommunity.com/sharedfiles/filedetails/?id=206674556
With a valid Web API Auth Key we can submit a request and get the following:



So far so good, I'll let this information flow into the further improvement of the plugin. Sadly I haven't yet found out where the supported Game Mode is stored, as it would make a nice criterion for categorizing the maps.

EDIT: Sleep suxx so I'm still on it and finally got rewarded for my patience it seems Here comes the real deal:



Yay! Now, good night
Attached Thumbnails
Click image for larger version

Name:	06-01-2014 22-29-07.jpg
Views:	34818
Size:	86.1 KB
ID:	129245   Click image for larger version

Name:	06-01-2014 22-26-20.jpg
Views:	34344
Size:	76.2 KB
ID:	129246   Click image for larger version

Name:	07-01-2014 00-06-40.jpg
Views:	34441
Size:	78.7 KB
ID:	129251  

Last edited by Nefarius; 01-06-2014 at 18:25.
Nefarius is offline