Retrieves the worth of each item in the list.
Resource URL
Parameters
The version of the API (Current version is 2)
Your API key issued by WorthMonkey
- "0.8" will multiply all prices by 80% of their original price: $500 *.8 = $400
- "2" will multiply all prices by 200% of their original price: $500 * 2 = $1000
A boolean that when set to true will return a best match image URL
For example
- To search for a Canon T1i body, simply add the terms "Canon T1i body" to the item list
Response
Whether the request was successful
Each object may contain the following attributes
The cleaned product name
Valid condition keys
- broken
- good
- likenew
- refurbished
- new
A best match image URL of the product
The error code associated to a failed lookup
The error text associated to a failed lookup
The error code associated to a failed call
The error text associated to a failed lookup
Example Requests
To obtain the worth of a Canon T1i, an Ipod Nano 16GB, and a iPad 2 Wifi
GET: (Click here to see live response)
http://worthmonkey.com/api/getWorth?
v=2
&key={API_KEY}
&images=1
&items=Canon%20T1i,iPod%20Nano%2016GB,iPad%202%20Wifi
In this example, a lookup on the 3rd product failed.
GET: (Click here to see live response)
http://worthmonkey.com/api/getWorth?
v=2
&key={API_KEY}
&items=Canon%20T1i,iPod%20Nano%2016GB,Random%20product
To obtain the worth of a Canon T1i, an Ipod Nano 16GB, and a iPad 2 Wifi
GET: (Click here to see live response)
http://worthmonkey.com/api/getWorth?
v=2
&key=INVALID
&items=Canon%20T1i,iPod%20Nano%2016GB,Random%20product