Nytimes Movie Reviews
Connector for the nytimes-movie-reviews API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
http://api.nytimes.com/svc/movies/v2 - Auth:
query:api-key(pass your key via theapiKeyinput)
Operations
get_critics_resource_type_json— GET /critics/{resource-type}.jsonget_reviews_search_json— GET /reviews/search.jsonget_reviews_resource_type_json— GET /reviews/{resource-type}.json
Inputs
apiKey— your nytimes-movie-reviews API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: get_critics_resource_type_json
apiKey: <your key>