API: RSS: Games: getlist-lastreleased-rss
Shows list of the newly published games, as of today.
Url:
http://api.goozex.com/public/api/rss/games/getlist-lastreleased-rss.asp
Call as:
getlist-lastreleased-rss.asp?appname=[ app_name ]&topquantity=[ x ]&idplatform=[ y ]&nocover=[ 0 | 1 ]
Parameters:
app_name: Unique ID of the application
values: alphanumeric string given by Goozex to identify each application. Required.
topquantity: (optional) specifies max number of games to return in list. Omit to get entire list
values: 1 to 50. Default = 10
idplatform: (optional) specifies platform type
values: ID of platform. Default = ALL
nocover: (optional) specifies whether the games with NO cover should be included in the list or not.
this works as a best attempt to remove no cover games from the list. In some cases it may fail (e.g. all games are no cover)
values: 0 = do not include no-cover games (default). 1 = include no-cover games (list without changes)
Returns:
<game_title> Title of the game
<game_titleplatform> Title of the game in the format: Title (Platform)
<game_itemid> Game ID
<game_itemurl> URl to game page
<game_platform> Platform name
<game_platformid> Platform ID
<game_pointvalue> Point value of the game on Goozex
<game_releasedate> Release date (m/d/yyyy)
<game_cover_icon> Filename of game icon
<game_cover_icon_url> URL of game icon
Example:
http://api.goozex.com/public/api/rss/games/getlist-lastreleased-rss.asp?appname=test&topquantity=10&idplatform=43
http://api.goozex.com/public/api/rss/games/getlist-lastreleased-rss.asp?appname=test
Feedburner public RSS feed:
http://feeds.feedburner.com/Goozex-Last10GamesPublished