这是一个查询字符串,用于获取指定位置半径内的所有热门事件。
https://www.eventbriteapi.com/v3/events/search/?popular=off&location.address="+area+"&location.within="+radius+"&token=E5DRAICK4272QQQIBDR5
但是当我查询Eventbrite api时,我只获取venue_id,如何从eventbrite api获取lat和long for event?
答案 0 :(得分:2)
请在提取eventBrite API的URL中尝试场地参数,如下所示:
$search_url?token=$token&q=&date_created.keyword=today&page=$repeat&sort_by=$date&expand=venue
它解决了我的问题并带来了很长的事件以及事件的正确位置。
答案 1 :(得分:0)
&expand = venue仍然运行正常!!!官方文档说该场所已被弃用,但无论如何您都可以使用它。