Steam (Unofficial) API

Get News For App

Returns the latest news for a game specified by its appID. The response includes an appnews object containing the appID and a newsitems array with news item information including ID, title, URL, a shortened excerpt (to maxlength characters, terminated by "..." if longer), and a comma-separated string of labels and UNIX timestamp. Example: http://api.steampowered.com/ISteamNews/GetNewsForApp/v0002/?appid=440&count=3&maxlength=300&format=json

GET
/ISteamNews/GetNewsForApp/v1
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
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/v1"
Empty
Empty
Empty