API: RSS: Trading: getlist-lastoffers-rss
Returns list of last games added as offers
Url:
http://api.goozex.com/public/api/rss/trading/getlist-lastoffers-rss.asp
Call as:
getlist-lastoffers-rss.asp?appname=[ app_name ]&topquantity=[ x ]&idplatform=[ y ]&idcountry=[ US|CA|BM ]
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, or null for 10
idplatform: (optional) specifies platform type
values: ID of platform or null value for ALL
idcountry: (optional) specifies trading region - country
values: US, CA, BM (USA, Canada or Bermuda), or null for ALL
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_cover_icon> Filename of game icon
<game_cover_icon_url> URL of game icon
<trading_shippinglevelDO> 1 if offer avail as Disc Only, 0 otherwise
<trading_shippinglevelDM> 1 if offer avail as Disc + Manual, 0 otherwise
<trading_shippinglevelFP> 1 if offer avail as Full Package, 0 otherwise
Example:
http://api.goozex.com/public/api/rss/trading/getlist-lastoffers-rss.asp?appname=test&topquantity=20