Steam (Unofficial) API

Get Collection Details

POST
/ISteamRemoteStorage/GetCollectionDetails/v1
key<token>

In: query

Query Parameters

format?string

The format of the response. Defaults to json

Value in"json" | "xml" | "vdf"

Request Body

application/x-www-form-urlencoded

collectioncount*integer

Number of collections being requested

Defaultnull
Formatint32
publishedfileids[0]*integer

collection ids to get the details forNote: this is an <a href=https://partner.steamgames.com/doc/webapi_overview#2>array parameter

Defaultnull
Formatint64

Response Body

curl -X POST "https://api.steampowered.com/ISteamRemoteStorage/GetCollectionDetails/v1" \  -H "Content-Type: application/x-www-form-urlencoded" \  -d ''
Empty
Empty
Empty