Steam (Unofficial) API

Get Details

GET
/IPublishedFileService/GetDetails/v1
key<token>

In: query

Query Parameters

publishedfileids?integer

(Required) Set of published file Ids to retrieve details for.

Defaultnull
Formatint64
includetags?boolean

(Required) If true, return tag information in the returned details.

includeadditionalpreviews?boolean

(Required) If true, return preview information in the returned details.

includechildren?boolean

(Required) If true, return children in the returned details.

includekvtags?boolean

(Required) If true, return key value tags in the returned details.

includevotes?boolean

(Required) If true, return vote data in the returned details.

short_description?boolean

(Required) If true, return a short description instead of the full description.

includeforsaledata?boolean

(Required) If true, return pricing data, if applicable.

includemetadata?boolean

(Required) If true, populate the metadata field.

language?integer

Specifies the localized text to return. Defaults to English.

Defaultnull
Formatint32
return_playtime_stats?integer

(Required) Return playtime stats for the specified number of days before today.

Defaultnull
Formatint32
appid?integer

(Required)

Defaultnull
Formatint32
strip_description_bbcode?boolean

(Required) Strips BBCode from descriptions.

desired_revision?string

Return the data for the specified revision.

Format{enum}
includereactions?boolean

If true, then reactions to items will be returned.

admin_query?boolean

(Required) Admin tool is doing a query, return hidden items

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/GetDetails/v1"
Empty
Empty
Empty