来自 Google API 的电影放映时间和地图

发布于 2024-10-29 17:15:34 字数 272 浏览 1 评论 0原文

当我在谷歌上搜索特定的电影名称时,它会显示我附近的放映时间和剧院位置。我想知道是否可以以 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

陌上青苔 2024-11-05 17:15:34

您的第一个问题已在 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().

一枫情书 2024-11-05 17:15:34

请参阅 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/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文