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
In: query
Query Parameters
AppID to retrieve news for
nullint32Maximum 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.
nullint32Retrieve posts earlier than this date (unix epoch timestamp)
nullint32of posts to retrieve (default 20)
nullint32Comma-separated list of tags to filter by (e.g. 'patchnodes')
The format of the response. Defaults to json
"json" | "xml" | "vdf"Response Body
curl -X GET "https://api.steampowered.com/ISteamNews/GetNewsForApp/v1"