Category:Data Provider API Docs
DataQueryObject API Documentation
DATAKEY
"goog_showtime"
WEBSITE
http://showtime.google.com/
DESCRIPTION
The Google Showtime web service will provide show times for movie at a given zipcode. Links for buying the tickets for upcoming shows is also present in meta information.
INPUT
1st Parameter - Term, Zipcode
Type - Array e.g array("bee movie","75080")
2nd Parameter - No of results (always 1)
Type - int/string
EXAMPLE DATA
[0] => Array
(
[source] => goog_showtime
[title] => Bee Movie
[theater] => Cinemark Plano Movies 10
[address] => 1818 Coit Road, Plano, TX, USA
[metadata] => Array
(
[map] => http://maps.google.com/maps?q=loc:+1818+Coit+R...
[showtime] => Array
(
[0] => Array
(
[time] => 12:05
[url] => http://www.google.com/url?q=http://www.fand....
)
[1] => Array
(
[time] => 12:40
[url] => http://www.google.com/url?q=http://www.fand..
)
[2] => Array
(
[time] => 2:20
[url] => http://www.google.com/url?q=http://www.fanda..
)
....
)
)
)
Categories: