Category:Data Provider API Docs
DataQueryObject API Documentation
DATAKEY
"metacritic_search"
WEBSITE
http://www.metacritic.com/
DESCRIPTION
The Metacritic Search will match all the movies for a given term. the "key" field returned in data is useful for getting more information about the movie ( Refer to "metacritic_movie" datasource).
INPUT
1st Parameter - Term
Type - string
2nd Parameter - Start
Type - int/string
3rd Parameter - End
Type - int/string
EXAMPLE DATA
[0] => Array
(
[source] => metacritic_search
[title] => Legend of Rita, The
[key] => legendofrita
[metadata] => Array
(
[url] => http://www.metacritic.com/video/titles/legendofrita?q=legend
[metascore] => 75
[year] => 2001
[desc] => Directed by: Volker Schlndorff . Writte...
)
)
[1] => Array
(
[source] => metacritic_search
[title] => Legend of Suriyothai, The
[key] => legendofsuriyothai
[metadata] => Array
(
[url] => http://www.metacritic.com/video/titles/legendofsuriyothai?q=legend
[metascore] => 58
[year] => 2003
[desc] => Directed by: Prince Chatrichalerm Yukol . Written by: Pr....
)
)
.......
Categories: