Reputation: 1316
I am playing around with the Groupon API and I would like to get a list of deals based on a specific tag.
Using the www.apigee.com console, I am doing a GET request on this URL: https://api.groupon.com/v2/deals.json?division_id=new-york&tag=Arcade&client_id={myId}
However, the response I am getting appears to just be all the deals for that division (In this case, New York).
Here is a link to the relevant API documentation: http://sites.google.com/site/grouponapiv2/api-resources/deals
Upvotes: 2
Views: 4447