Release notes for the Goozex API
Terms of Use update - July 30, 2008
The API terms of use has been updated. Please review by visiting the API Term of Use.
Updates - July 14, 2008
- API: RSS: Users: getuserprofile-tradinginfo-rss: extended with total number of points traded as seller and as buyer
- API: RSS: Trading: getlist-myoffers-rss: extended with new list of "completed" trades and additional information
- API: RSS: Trading: getlist-myrequests-rss: extended with new list of "completed" trades and additional information
Updates - July 11, 2008
- API: RSS: Games: getlist-lastreleased-rss: now shows the point value for each game
- API: RSS: Trading: getlist-lastoffers-rss: now shows the point value for each game
- API: RSS: Trading: getlist-lastrequests-rss: now shows the point value for each game
- API: RSS: Trading: getlist-myoffers-rss: now shows the point value for each game
- API: RSS: Trading: getlist-myrequests-rss: now shows the point value for each game
Updates - July 9, 2008
- API: RSS: Games: getlist-searchgames-rss: allows to search for games and returns list of results
- API: RSS: Games: getgame-info-rss: returns information about a specific game
- API: RSS: Trading: get-gametradinginfo-rss: now supports several methods to identify a game in input: game ID, UPC, and title + platfor. It also returns additional info on the game.
- API: RSS: Users: getuserprofile-signatureinfo-rss and getuserprofile-signatureinfo-nm-rss: show profile information used by the signature generator
- API: RSS: Users: getuserprofile-lastgamelist-rss and getuserprofile-lastgamelist-nm-rss: show the last games received, rated or playing now for the given user.
Goozex API version 1.0 - May 12, 2008
All API are for accessing data on the Goozex system in read-only mode. The possibility to add data (add games in queues, write reviews, send PM, etc) may be added in a future release.
All Goozex API are REST-like commands sent over HTTP to the api.goozex.com server. The server responds with XML-formatted data. XML field representation is consistent (to the extent possible) across different API commands, to make it easier to understand each value returned.
Some API commands return results in Javascript (useful for integration on web pages) or redirect the response to a specific result page on Goozex.com (useful for web integration).
Authentication is not required at the moment, although it may be added in a future release (either as basic HTTP authentication, or a more secure challenge-response mechanism).
Each application needs to specify a unique ID (provided by Goozex upon registration). Registration of the application is highly recommended: Goozex may update the API every once and while, and will send notifications only to all registered application owners. To register your application please refer to the About page. A sample registration ID can be used for testing purposes: "test". Please register your application before going to live production.