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 metacritic movie
Category:Data Provider API Docs
DataQueryObject API Documentation

DATAKEY


"metacritic_movie"

WEBSITE


http://www.metacritic.com/

DESCRIPTION


The metacritic movie datasource returns all information of the selected movie. thumbnail, actors, directors, description, meatacritic rank and critics is availabale in meta information of node.
This data source is dependent on "metacritic_search" data source.

INPUT


1st Parameter - key ( from metacritic_search data source e.g. "legendof1900" )
Type - string
2nd Parameter - No of results ( always 1)
Type - int/string

EXAMPLE DATA



[0] => Array
(
[source] => metacritic_movie
[title] => Legend of 1900, The
[production] => Fine Line Features
[image] => http://www.metacritic.com/media/video/titles/legendof1900/picture.jpg
[metadata] => Array
(
[url] => http://www.metacritic.com/video/titles/legendof1900
[trailer]=>http://www.movietome.com/pages/media_player/...
[metascore] => 58
[metascore_url] => http://www.metacritic.com/_images/scores/58.gif
[users_rating] => 9.2
[MPAA_rating] => R for language
[starring] => Array
(
[0] => Tim Roth
[1] => Pruitt Taylor Vince
[2] => Melanie Thierry
[3] => Bill Nunn
)

[desc] => An epic story of a young man (Roth) who is born on J...
[genre] => Drama
[written_by] => Allesandro Baricco,Giuseppe Tornatore
[directed_by] => Giuseppe Tornatore
[release_date] => June 4, 2002
[running_time] => 123 minutes, Color
[origin] => Italy
[reviews] => Array
(
[0] => Array
(
[criticscore] => 83
[publication] => Portland Oregonian
[criticname] => Diana Abu-Jaber
[url] =>
)

[1] => Array
(
[criticscore] => 80
[publication] => TV Guide
[criticname] => Steve Simels
[url] => http://www.tvguide.com/movies/database/ShowMovi...
)

....
)

)

)

Categories: