Steam (Unofficial) API

Get News For App V2

GET
/ISteamNews/GetNewsForApp/v2
key<token>

In: query

Query Parameters

appid*integer

AppID to retrieve news for

Defaultnull
Formatint32
maxlength?integer

Maximum length for the content to return, if this is 0 the full content is returned, if it's less then a blurb is generated to fit.

Defaultnull
Formatint32
enddate?integer

Retrieve posts earlier than this date (unix epoch timestamp)

Defaultnull
Formatint32
count?integer

of posts to retrieve (default 20)

Defaultnull
Formatint32
feeds?string

Comma-separated list of feed names to return news for

tags?string

Comma-separated list of tags to filter by (e.g. 'patchnodes')

format?string

The format of the response. Defaults to json

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

Response Body

curl -X GET "https://api.steampowered.com/ISteamNews/GetNewsForApp/v2"
Empty
Empty
Empty