来自 Google API 的电影放映时间和地图
当我在谷歌上搜索特定的电影名称时,它会显示我附近的放映时间和剧院位置。我想知道是否可以以 xml 格式获取此数据以便我可以使用它?
http://www.google.com/movies?hl=en&q=movie_name
另一个问题是来自谷歌地图API。是否可以获得当前在城市/邮政编码 Y 播放电影 X 的影院地图?
When I do a search on google for a particular movie title, it brings up the showtimes and theater location near me. I was wondering if I can get this data in an xml format so I can use it?
http://www.google.com/movies?hl=en&q=movie_name
The other question is that from google map api. Is it possible to get the map of the theaters that is currently playing movie X at city/zipcode Y?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您的第一个问题已在 Is there a movie showtime api? 得到解答
,是的,您可以使用google地图API在地图上显示剧院的位置。但您需要自己获取这些位置。地图 API 中没有像 getMovieTheaters() 这样的东西。
Your first question is answered at Is there a movie showtime api?
And yes you can use the google maps API to display the locations of theaters on the map. But you'll need to obtain those locations yourself. Theres nothing in the maps API like getMovieTheaters().
请参阅 TMS API:
http://developer.tmsapi.com/docs/read/Home
您每天可以免费拨打 50 个电话。
更新链接:
http://developer.tmsapi.com/docs/data_v1_1/Movies/
See the TMS API:
http://developer.tmsapi.com/docs/read/Home
You can make 50 calls per day for free.
Updated Link:
http://developer.tmsapi.com/docs/data_v1_1/Movies/