API: RSS: Users: getuserprofile-signatureinfo-rss
Returns information on the user's profile such as: feedback score, avatar, favorite console, number of trades.
This information is used for the signature graphic banner and other applications.
Url:
http://api.goozex.com/public/api/rss/users/getuserprofile-signatureinfo-rss.asp
Call as:
getuserprofile-signatureinfo-rss.asp?appname=[ app_name ]&username=[ username ]&idtoken=[ token ]
Parameters:
app_name: Unique ID of the application
values: alphanumeric string given by Goozex to identify each application. Required.
username: Username of the user
values: string representing the username, url-encoded
idtoken: Token code uniquely assigned to each user.
values: string representing the user's token, url-encoded
Returns:
<userprofile_nickname> Nickname of the user
<userprofile_nicknamecoded> Nickname of the user passed as input parameter in querystring "nm"
<userprofile_feedbackscore> Feedbackscore
<userprofile_numtradesoff> Finished Trades As Seller (Offers in state "F")
<userprofile_numtradesreq> Finished Trades As Buyer (Requests in state "F")
<userprofile_avatarurl> URL of the user avatar image
<userprofile_showavatar> Boolean to show avatar (Y/N)
<userprofile_platformiconurl> URL of platform icon
<userprofile_countrycode> Code of the country (US/CA/BM)
<userprofile_stateprovince> State or Province code (e.g. MD, CA, FL, NY, etc)
<userprofile_gamestype> Returns R : games received (default), P : games playing now, V : games rated
<userprofile_texttype> Returns P: gaming personalities, F: Free text
<userprofile_nickname_xbl> Nickname Xbox Live
<userprofile_nickname_wii> Nickname Nintendo Wii
<userprofile_nickname_xfire> Nickname Xfire
<userprofile_nickname_psn> Nickname Playstation Network
<userprofile_textrow1> Free text line if no gaming personality
<userprofile_textrow2> Free text line if no gaming personality
<userprofile_textcolor> HTML-encoded color for the text (format: RRGGBB)
<userprofile_skinfilename> Filename of the skin image
Example: http://api.goozex.com/public/api/rss/users/getuserprofile-signatureinfo-rss.asp?appname=test&username=<username>&idtoken=<id
token>