I need movies showtime details with your api. Please tell me how i can get this details. Thanks
Un film, une émission télévisée ou un artiste est introuvable ? Connectez-vous afin de créer une nouvelle fiche.
Vous souhaitez évaluer ou ajouter cet élément à une liste ?
Pas encore membre ?
Réponse de Matthew Sanders
le 22 juin 2013 à 12h04
I don't think themoviedb.org provides showtimes. That is not the function of this website.
Try:
http://www.ignyte.com/webservices/ignyte.whatsshowing.webservice/moviefunctions.asmx
http://www.fandango.com/rss/moviefeed
Réponse de Travis Bell
le 25 juin 2013 à 09h51
Hi goelunique,
As Isaac mentioned, we do not provide this data. You'll have to go to another site like the ones mentioned.
Cheers.
Réponse de Wieland Warme
le 26 juin 2013 à 06h20
Hi!
Are there fellows on this board who have experience in using any showtime api or building functions using this IMDb service anyway? I'm uncertain about that topic but would likely use this as a feature in my future app. I dont want to access an api that lacks support or might vanish totally so I would like to cover this before I start developing an app.
Greetings from Berlin!
Wieland
Réponse de Matthew Sanders
le 26 juin 2013 à 12h24
Visit http://mymovieapi.com/ and use their API query builder to make a query! :) If you are making an app you probably mean android of iOS development. In that case you'll be using javascript so look into making a jQuery .ajax call; pasting in that URI query from mymovieapi into the "url:" option of .ajax. Request JSON data back from the API so jQuery can easily decode it. If you want to ask more questions visit the IMDB developer forums.
Réponse de Wieland Warme
le 27 juin 2013 à 08h31
Android and iOS? How does that come along with jQuery, if you want to build a native app? And by the way, I'm going to build an app for Windows 8/RT ;-)
I've already found mymovieapi, but they dont provide a showtime functionality either. It only provides advanced search funtionalities, like TMDb, but - for example - you can not order a list, that is built up only by release dates. You always have to transmit a movie name, or id.
I've just seen TMDb provides a latest, upcoming and now playing functionality. Is there a way to bind that to a postal code? That'd be awesome for casuals! Because a German person doesnt care, if a movie enters cinemas in the US soon.
Réponse de Travis Bell
le 27 juin 2013 à 09h31
No. Those lists are not even country specific, we just do a local query for upcoming release dates. There's an open ticket for country specific lists but we do not have any plans on doing showtime data at this time.
Is Google's showtime data available via any sort of API? Or is it even available in Germany? I know in Canada here, they have data.
Réponse de reelrate
le 27 juin 2013 à 20h26
You can also access the google show time in germany: http://www.google.com/movies with additional parameter like ?near=karlsruhe,+bw,+deu&view=map&sort=1 ?near=london In this case you need to parse the side to get a useable result. Not nice but should work :-)
Réponse de Wieland Warme
le 28 juin 2013 à 03h37
Nah man thats too nasty. :D I'll wait till I find a nice api for that and till then I'll just load the now playing and upcoming movies from TMDb. That should look great too. :)