Steam (Unofficial) API

Get Sub Section Data

GET
/IPublishedFileService/GetSubSectionData/v1
key<token>

In: query

Query Parameters

publishedfileid?integer

(Required)

Defaultnull
Formatint64
for_table_of_contents?boolean

(Required)

specific_sectionid?integer

(Required)

Defaultnull
Formatint64
desired_revision?string

Return the data for the specified revision.

Format{enum}
input_json?string

An alternative to the query string parameters; pass arguments as a URL-encoded JSON blob. The "key" and "format" fields should still be passed as separate parameters

format?string

The format of the response. Defaults to json

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

Response Body

curl -X GET "https://api.steampowered.com/IPublishedFileService/GetSubSectionData/v1"
Empty
Empty
Empty