rest - What's wrong with this Last.fm geo.getEvents API query? -


i'm attempting use geo.getevents method in last.fm's web services, can read here:

http://www.last.fm/api/show/geo.getevents

i'm attempting use this:

http://ws.audioscrobbler.com/2.0/?method=geo.getevents&lat=40.7903&long=73.9597&api_key=0382f639e72b14c9265d41993d28a110&format=json

those latitude , longitude coordinates new york city. however, responses saying there not events there. if add distance parameter, says same thing. if round coordinates integers.

is there wrong queries, or service messed up?

thanks.

new york 73 deg. west, need use negative value longitude, , url should be:

http://ws.audioscrobbler.com/2.0/?method=geo.getevents&lat=40.7903&long=-73.9597&api_key=0382f639e72b14c9265d41993d28a110&format=json


Comments

Popular posts from this blog

python - pip install -U PySide error -

arrays - C++ error: a brace-enclosed initializer is not allowed here before ‘{’ token -

cytoscape.js - How to add nodes to Dagre layout with Cytoscape -