nytimes.com

With the Movie Reviews API, you can search New York Times movie reviews by keyword and get lists of NYT Critics' Picks.

🔑 oauth2 3 endpoints mediaopen_data
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (6 total)

pip install nytimes-python-sdk
npm install nytimes-typescript-sdk
npm install nytimes-sdk
# Maven: see https://github.com/konfig-sdks/nytimes-java-sdk
dotnet add package NYTimes.NET
golang-gcloud-sdk ✓ Official
# See https://github.com/nytimes/golang-gcloud-sdk
curl examples
curl \
  # append ?api-key=$API_KEY to the URL \
  http://api.nytimes.com/svc/movies/v2/reviews/search.json
curl \
  # append ?api-key=$API_KEY to the URL \
  http://api.nytimes.com/svc/movies/v2/critics/{resource-type}.json
curl \
  # append ?api-key=$API_KEY to the URL \
  http://api.nytimes.com/svc/movies/v2/reviews/{resource-type}.json
Endpoints (3 total)
GET
/reviews/search.json
GET
/critics/{resource-type}.json
GET
/reviews/{resource-type}.json
At a glance
Total SDKs6
Languages5
Endpoints3
Authoauth2
Categories2
http://api.nytimes.com/svc/movies/v2