Welcome to the Wishlist Webservice by Robowarp.

This webservice can be used to obtain the data in a user's Amazon Wishlist in JSON format. Affiliate ID's are spliced into the links for Amazon items and the wishlist mechanics are preserved so the recipient address is available to ship to and the item is marked 'purchased' on the wishlist.

There is support for the UK Amazon site as well. Append ?country=uk to any request to search and pull results from http://www.amazon.co.uk instead of http://www.amazon.com

To use: http://gifterate.appspot.com/wishlist/WISHLIST-ID/AFFILIATE-ID
or: http://gifterate.appspot.com/wishlist/email/EMAIL-ADDRESS/AFFILIATE-ID

Examples:
http://gifterate.appspot.com/wishlist/1EK29ZLJDUVDD/gifterate-20
http://gifterate.appspot.com/wishlist/1EK29ZLJDUVDD
http://gifterate.appspot.com/wishlist/email/johndoe@amazon.com/gifterate-20
http://gifterate.appspot.com/wishlist/email/johndoe@amazon.com

If server cannot retrieve the wishlist information for whatever reason, you will receive a JSON object of:
{"error":"Unable to retrieve wishlist data."}

If a valid wishlist is entered you will receive an array of JSON objects of the following format:
[{"item":"Item Name",
"link":"Http link to item",
"price":"Price of item if available",
"date-added":"Date item was added to wishlist",
"priority":"Priority if available",
"rating":"Amazon rating of item if available",
"num-ratings":"Number of customer ratings if available",
"comment":"Comment entered by wishlist creator if available"
"picture":"http://ecx.images-amazon.com/images/I/41UQk%2BjTRNL._SL72_.jpg"}]

When any data is unavailable, the value returned is "n/a".

Example:
[{"comment":"n/a",
"num-ratings":"221",
"rating":"4.5 out of 5 stars",
"priority":"n/a",
"date-added":"November 4, 2010",
"price":"$29.95",
"link":"http://www.amazon.com/Pyrex-1072164-Storage-18-Piece-Round/dp/B000HAVOC6?colid=BUWBWH9K2H77&tag=gifterate-20",
"item":"Pyrex 1072164 Storage 18-Piece Round Set"
"picture":"http://ecx.images-amazon.com/images/I/41UQk%2BjTRNL._SL72_.jpg"}]

If no affiliate code is entered, we will add in our own to Amazon items.
If an affiliate code is entered, 90% of links to Amazon items will use it with the remaining 10% using our affiliate code.

If you have any questions, suggestions, requests or problem reports, please e-mail them to jenkins DOT 333 AT gmail DOT com.