Welcome to Viewzoo!  |  Log In  |  Sign Up
Navigation
  1. Wiki Home
  2. Categories
  3. Title List
  4. Recent Changes
  5. RSS
  6. Atom
Active Members

 

Search the Wiki

 

Create or Find a Page

 
View imdb movie
Category:Data Provider API Docs
DataQueryObject API Documentation

DATAKEY


"imdb_movie"

WEBSITE


http://www.imdb.com/

DESCRIPTION


The IMDB movie datasource returns all information of the selected movie. thumbnail, actors, directors, description, rating is availabale in meta information of node.
This data source is dependent on "imdb_search" data source.

INPUT


1st Parameter - key ( from imdb_search data source e.g. "tt0102926" )
Type - string
2nd Parameter - Start ( always 0)
Type - int/string
3nd Parameter - End ( always 0)
Type - int/string

EXAMPLE DATA



[0] => Array
(
[source] => imdb_movie
[title] => Spider-Man 2
[url] => http://imdb.com/title/tt0316654
[image] => http://ia.media-imdb.com/images..
[metadata] => Array
(
[trailer] => http://www.imdb.com/video/screenplay/vi629801241/player
[year] => 2004
[rating] => 7.7
[no_of_votes] => 111,399
[thumb] => http://ia.media-imdb.com/images/..
[director] => Array
(
[0] => Array
(
[id] => nm0000600
[name] => Sam Raimi
[url] => http://www.imdb.com/name/nm0000600
)

)

[writer] => Array
(
[0] => Array
(
[id] => nm0498278
[name] => Stan Lee
[url] => http://www.imdb.com/name/nm0498278
)

[1] => Array
(
[id] => nm0228492
[name] => Steve Ditko
[url] => http://www.imdb.com/name/nm0228492
)

)

[release_date] => 30 June 2004 (USA)
[genres] => Array
(
[0] => Array
(
[name] => Action
[url] => http://www.imdb.com/Sections/Genres/Action
)

[1] => Array
(
[name] => Crime
[url] => http://www.imdb.com/Sections/Genres/Crime
)

..

)

[tagline] => Sacrifice
[plot] => Peter Parker is beset with troubles in his fa..
[keywords] => Array
(
[0] => Array
(
[name] => Teenage Boy
[url] => http://www.imdb.com/keyword/teenage-boy
)

[1] => Array
(
[name] => Cult Favorite
[url] => http://www.imdb.com/keyword/cult-favorite
)

...

)

[awards] => Won Oscar.
Another 14 wins
&
39 nominations
[cast] => Array
(
[0] => Array
(
[id] => nm0001497
[name] => Tobey Maguire
[role] => Peter Parker
[thumb] => http://ia.media-imdb.com/image..
[image] => http://ia.media-imdb.com/images..
)

[1] => Array
(
[id] => nm0000379
[name] => Kirsten Dunst
[role] => Mary Jane Watson
[thumb] => http://ia.media-imdb.com/images..
[image] => http://ia.media-imdb.com/images..
)

....

)

[mpaa] => Rated PG-13 for stylized action violence.
[runtime] => 127 min | USA:135 min (DVD extended cut)
)

[id] => 0
)

Categories: