{"note":"OpenAPI conversion -- returning structured metadata","name":"nytimes-com-movie-reviews","description":"Movie Reviews API","version":"2.0.0","base_url":"http://api.nytimes.com/svc/movies/v2","endpoints":3,"raw":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api Movie Reviews API\n@base http://api.nytimes.com/svc/movies/v2\n@version 2.0.0\n@auth ApiKey api-key in query\n@endpoints 3\n@toc reviews(2), critics(1)\n\n@group reviews\n@endpoint GET /reviews/{resource-type}.json\n@required {resource-type: any # Specify all to retrieve all reviews, including NYT Critics' Picks.  Specify picks to get NYT Critics' Picks currently in theaters.}\n@optional {offset: any # Positive integer, multiple of 20, order: any # Sets the sort order of the results.  Results ordered by-title are in ascending alphabetical order. Results ordered by one of the date parameters are in reverse chronological order.  If you do not specify a sort order, the results will be ordered by publication-date.}\n@returns(200) An array of Movies\n\n@endpoint GET /reviews/search.json\n@optional {query: any # 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.g., query='28+days+later'). Otherwise, responses will include partial matches (\"head words\") as well as exact matches (e.g., president will match president, presidents and presidential).      If you specify multiple terms without quotation marks, they will be combined in an OR search.      If you omit the query parameter, your request will be equivalent to a reviews and NYT Critics' Picks request., critics-pick: any # Set this parameter to Y to limit the results to NYT Critics' Picks. To get only those movies that have not been highlighted by Times critics, specify critics-pick=N. (To get all reviews regardless of critics-pick status, simply omit this parameter.), reviewer: any # Include this parameter to limit your results to reviews by a specific critic. Reviewer names should be formatted like this: Manohla Dargis., publication-date: any # 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., opening-date: any # 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., offset: any # Positive integer, multiple of 20, order: any # Sets the sort order of the results.  Results ordered by-title are in ascending alphabetical order. Results ordered by one of the date parameters are in reverse chronological order.  If you do not specify a sort order, the results will be ordered by publication-date.}\n@returns(200) An array of Movies\n\n@endgroup\n\n@group critics\n@endpoint GET /critics/{resource-type}.json\n@required {resource-type: any # all | full-time | part-time | [reviewer-name]  Specify all to get all Times reviewers, or specify full-time or part-time to get that subset. Specify a reviewer's name to get details about a particular reviewer.}\n@returns(200) An array of Movie Critics\n\n@endgroup\n\n@end\n"}