嗨 - 请使用event.getInfo
方法查看此事件:http://ws.audioscrobbler.com/2.0/?method=event.getinfo&event=2054422&api_key=b25b959554ed76058ac220b7b2e0a026
注意场地信息:
<venue>
<id>8887551</id>
<name>Berlin Arena</name>
<location>
<city/>
<country>Germany</country>
<street>Eichenstraße 4</street>
<postalcode/>
...
</location>
...
</venue>
所以这个城市是空的。
但是,如果你转到venue page,你会在地址中看到“柏林”。点击“编辑”,你会发现,事实上,这座城市是空的。
所以,不知何故,last.fm知道场地在柏林,但它不会通过API返回该信息。
有解决方法吗?
答案 0 :(得分:0)
如何使用通过API提供的地理数据?您可以通过Google地图查询lat和long,例如,如果没有通过Last.fm提供该城市
http://g.co/maps/akrj2(地理坐标输入Gmaps)