Steam (Unofficial) API

Get Published File Details

POST
/ISteamRemoteStorage/GetPublishedFileDetails/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

itemcount*integer

Number of items being requested

Defaultnull
Formatint32
publishedfileids[0]*integer

published file id to look upNote: 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/GetPublishedFileDetails/v1" \  -H "Content-Type: application/x-www-form-urlencoded" \  -d ''
Empty
Empty
Empty