This Choreo allows you to search movie reviews by keyword and various filter parameters. More information for this NY Times resource can be found here.
Note that you must specify one of the following filter parameters: CriticsPick, OpeningDate, PublicationDate, Query, Reviewer, or ThousandandBest. You can use up to three search parameters at a time. Order, Limit, Offset, and ResponseFormat do not count against this count. If you specify more than three, an error is returned.
Here's an example of an acceptable input:
Query: Moonrise Kingdom
The following is a sample of the JSON information returned by this Choreo:
{
"status": "OK",
"copyright": "Copyright (c) 2013 The New York Times Company. All Rights Reserved.",
"num_results": 1,
"results": [
{
"nyt_movie_id": 463854,
"display_title": "Moonrise Kingdom",
"sort_name": "Moonrise Kingdom",
"mpaa_rating": "PG-13",
"critics_pick": 1,
"thousand_best": "0",
"byline": "Manohla Dargis",
"headline": "Scouting Out a Paradise: Books, Music and No Adults",
"capsule_review": "",
"summary_short": "Wes Anderson’s new film, “Moonrise Kingdom,\u201d is a self-consciously once-upon-a-time tale of two romantic 12-year-olds who create their own paradise by running away.",
"publication_date": "2012-05-25",
"opening_date": "2012-05-25",
"dvd_release_date": "2012-10-16",
"date_updated": "2012-05-25 11:32:43",
"seo_name": "Moonrise-Kingdom",
"link": {
"type": "article",
"url": "http:\/\/movies.nytimes.com\/2012\/05\/25\/movies\/wes-andersons-moonrise-kingdom-with-bruce-willis.html",
"suggested_link_text": "Read the New York Times Review of Moonrise Kingdom"
},
"related_urls": [
{
"type": "overview",
"url": "http:\/\/movies.nytimes.com\/movie\/463854\/Moonrise-Kingdom\/overview",
"suggested_link_text": "Overview of Moonrise Kingdom"
},
{
"type": "showtimes",
"url": "http:\/\/movies.nytimes.com\/movie\/463854\/Moonrise-Kingdom\/showtimes",
"suggested_link_text": "Tickets & Showtimes for Moonrise Kingdom"
},
{
"type": "awards",
"url": "http:\/\/movies.nytimes.com\/movie\/463854\/Moonrise-Kingdom\/details",
"suggested_link_text": "Cast, Credits & Awards for Moonrise Kingdom"
},
{
"type": "community",
"url": "http:\/\/movies.nytimes.com\/movie\/463854\/Moonrise-Kingdom\/rnr",
"suggested_link_text": "Readers' Reviews of Moonrise Kingdom"
},
{
"type": "trailers",
"url": "http:\/\/movies.nytimes.com\/movie\/463854\/Moonrise-Kingdom\/trailers",
"suggested_link_text": "Trailers & Clips for Moonrise Kingdom"
}
],
"multimedia": {
"resource": {
"type": "thumbnail",
"src": "http:\/\/graphics8.nytimes.com\/images\/2012\/05\/25\/arts\/25MOON\/25MOON-thumbStandard.jpg",
"height": 75,
"width": 75
}
}
}
]
}