Movie Show times tool is used to give XML formatted description of various movies running on various theaters in a particular location
We designed three URLs that address three different situations.
http://tools.raisingmedia.com/showtimes/<Your Location>
This URL brings an XML that contains all movies information which are running in the specified location, theater wise
This information can also obtained day wise by specifying day at the end of the URL as follows
http://tools.raisingmedia.com/showtimes/<Your Location>/<day>
For current date
day = 0
For tomorrow
day = 1
For day after tomorrow
day = 2
The default value of day is taken as "0" [Current date]
http://tools.raisingmedia.com/showtimes/movies/<Your Location>
This URL brings an XML that contains all movies information which are running in the specified location, movie wise
This information can also obtained day wise by specifying day at the end of the URL as follows
http://tools.raisingmedia.com/showtimes/movies/<Your Location>/<day>
For current date
day = 0
For tomorrow
day = 1
For day after tomorrow
day = 2
The default value of day is taken as "0" [Current date]
http://tools.raisingmedia.com/movietimes/<Your Location>/<Movie Name>
This URL brings an XML that contains information about specified movie which are running in the specified location
This information can also obtained day wise by specifying day at the end of the URL as follows
http://tools.raisingmedia.com/movietimes/<Your Location>/<day>
For current date
day = 0
For tomorrow
day = 1
For day after tomorrow
day = 2
The default value of day is taken as "0" [Current date]