The Woot API v2 is in beta and is subject to change without notice.
Woot API v2
Updated on Mon, 2013-12-02 14:00
This page lists the endpoints for the most recent Woot API. These calls require an API key that can be obtained on your applications page.
Update 11/15: Check out our new select parameter!
Events are collections of offers and items that represent the merchandise listed on Woot
Endpoint |
Description |
GET /events.json |
Returns a collection of events. |
GET /events/{id}.json |
Returns a single event. |
Offers are collections of items, product images, a product description and specifications, and a "write-up"
Endpoint |
Description |
GET /offers/{id}.json |
Returns a single offer. |