Steam (Unofficial) API

Get App List

GET
/IStoreService/GetAppList/v1
key<token>

In: query

Query Parameters

if_modified_since?integer

Return only items that have been modified since this date.

Defaultnull
Formatint32
have_description_language?string

Return only items that have a description in this language.

include_games?boolean

Include games (defaults to enabled)

include_dlc?boolean

Include DLC

include_software?boolean

Include software items

include_videos?boolean

Include videos and series

include_hardware?boolean

Include hardware

last_appid?integer

For continuations, this is the last appid returned from the previous call.

Defaultnull
Formatint32
max_results?integer

Number of results to return at a time. Default 10k, max 50k.

Defaultnull
Formatint32
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/IStoreService/GetAppList/v1"
Empty
Empty
Empty