Hi Eric, You can use geocoordinates separated by a comma, but be sure to provide a "within" radius so you're not searching just at the exact spot:
http://api.eventful.com/rest/events/search?app_key=test_key&location=41.614608,-93.657246&within=10&category=music You can get a JSON result for almost any request by replacing the 'rest' part of the URL with 'json': http://api.eventful.com/json/events/search?app_key=test_key&location=41.614608,-93.657246&within=10&category=music I hope that helps. Let me know if you have any questions. Cheers, Chris Radcliff [email protected] On Jul 6, 2010, at 5:04 PM, Marsh Eric wrote: > Hi, > > I just joined this list. I've been looking at the Eventful API and have a few > questions. I read on programmableweb that I can request JSON but haven't > found a way to do so. Any help? Also, when I try to use geocoordinates I get > an empty set. Is that functionality working? If not can someone give me a > working example that I can take a look at? > > Thanks, > > Eric >
