GET reviews/{resource-type}.json

nytimes.com:movie_reviews

Summary:
Operation ID:
Auth: unknown

Parameters (3)

offset (integer, query, optional, default: 20)

Positive integer, multiple of 20

order (string, query, optional, default: by-publication-date)

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.

Constraints: {'enum': ['by-title', 'by-publication-date', 'by-opening-date']}

resource-type (string, path, required)

Specify all to retrieve all reviews, including NYT Critics' Picks. Specify picks to get NYT Critics' Picks currently in theaters.

Constraints: {'enum': ['all', 'picks']}

No probe data for this endpoint yet.