--- swagger: "2.0" info: title: New York Times description: You already know that NYTimes.com is an unparalleled source of news and information. But now it's a premier source of data, too ??? why just read the news when you can hack it? termsOfService: https://developer.nytimes.com/tou version: 2.0.0 host: api.nytimes.com basePath: /svc schemes: - http produces: - application/json consumes: - application/json paths: /movies/v2/reviews/search.json: get: summary: Movie Review Search description: With the Movie Reviews API, you can search New York Times movie reviews by keyword and get lists of NYT Critics' Picks operationId: getMoveReviews x-api-path-slug: moviesv2reviewssearch-json-get parameters: - in: query name: critics-pick description: Set this parameter to Y to limit the results to NYT Critics' Picks - in: query name: offset description: Positive integer, multiple of 20 - in: query name: opening-date description: |- Single date: YYYY-MM-DD Start and end date: YYYY-MM-DD;YYYY-MM-DD The opening-date is the date the movie's opening date in the New York region - in: query name: order description: Sets the sort order of the results - in: query name: publication-date description: |- Single date: YYYY-MM-DD Start and end date: YYYY-MM-DD;YYYY-MM-DD The publication-date is the date the review was first published in The Times - in: query name: query description: |- Search keywords; matches movie title and indexed terms To limit your search to exact matches only, surround your search string with single quotation marks (e - in: query name: reviewer description: Include this parameter to limit your results to reviews by a specific critic responses: 200: description: OK tags: - movies - reviews definitions: Article: properties: section: description: This is a default description. type: get subsection: description: This is a default description. type: get title: description: This is a default description. type: get abstract: description: This is a default description. type: get url: description: This is a default description. type: get thumbnail_standard: description: This is a default description. type: get short_url: description: This is a default description. type: get byline: description: This is a default description. type: get item_type: description: This is a default description. type: get updated_date: description: This is a default description. type: get Doc: properties: web_url: description: This is a default description. type: get snippet: description: This is a default description. type: get lead_paragraph: description: This is a default description. type: get abstract: description: This is a default description. type: get print_page: description: This is a default description. type: get blog: description: This is a default description. type: get source: description: This is a default description. type: get headline: description: This is a default description. type: get keywords: description: This is a default description. type: get pub_date: description: This is a default description. type: get Event: properties: event_id: description: This is a default description. type: get event_schedule_id: description: This is a default description. type: get last_modified: description: This is a default description. type: get event_name: description: This is a default description. type: get event_detail_url: description: This is a default description. type: get web_description: description: This is a default description. type: get city: description: This is a default description. type: get state: description: This is a default description. type: get film_rating: description: This is a default description. type: get critic_name: description: This is a default description. type: get ArticleWithCountType: properties: url: description: This is a default description. type: get count_type: description: This is a default description. type: get column: description: This is a default description. type: get section: description: This is a default description. type: get byline: description: This is a default description. type: get title: description: This is a default description. type: get abstract: description: This is a default description. type: get published_date: description: This is a default description. type: get source: description: This is a default description. type: get media: description: This is a default description. type: get Movie: properties: display_title: description: This is a default description. type: get mpaa_rating: description: This is a default description. type: get critics_pick: description: This is a default description. type: get byline: description: This is a default description. type: get headline: description: This is a default description. type: get summary_short: description: This is a default description. type: get publication_date: description: This is a default description. type: get opening_date: description: This is a default description. type: get date_updated: description: This is a default description. type: get link: description: This is a default description. type: get Critic: properties: display_name: description: This is a default description. type: get sort_name: description: This is a default description. type: get status: description: This is a default description. type: get bio: description: This is a default description. type: get seo_name: description: This is a default description. type: get multimedia: description: This is a default description. type: get Concept: properties: concept_id: description: This is a default description. type: get concept_name: description: This is a default description. type: get is_times_tag: description: This is a default description. type: get concept_status: description: This is a default description. type: get vernacular: description: This is a default description. type: get concept_type: description: This is a default description. type: get concept_created: description: This is a default description. type: get concept_updated: description: This is a default description. type: get taxonomy: description: This is a default description. type: get links: description: This is a default description. type: get ConceptRelation: properties: concept_id: description: This is a default description. type: get concept_name: description: This is a default description. type: get is_times_tag: description: This is a default description. type: get concept_status: description: This is a default description. type: get vernacular: description: This is a default description. type: get concept_type: description: This is a default description. type: get concept_created: description: This is a default description. type: get concept_updated: description: This is a default description. type: get x-collection-name: The New York Times x-streamrank: polling_total_time_average: "1.38" polling_size_download_average: "15532.82" streaming_total_time_average: "1.02" streaming_size_download_average: "7785.31" change_yes: "28" change_no: "2098" time_percentage: "26" size_percentage: "50" change_percentage: "1" last_run: "2018-05-12" days_run: "7" minute_run: "0" ---