Reviews

GET {{baseUrl}}/reviews.{{format}}?author={{author}}

Get book reviews.

Request Params

KeyDatatypeRequiredDescription
isbnstringSearching by ISBN is the recommended method. You can enter 10- or 13-digit ISBNs.
titlestringYou’ll need to enter the full title of the book. Spaces in the title will be converted into the characters %20.
authorstringYou’ll need to enter the author’s first and last name, separated by a space. This space will be converted into the characters %20.
api-keystring

RESPONSES

status: OK

{"copyright":"Copyright (c) 2016 The New York Times Company.  All Rights Reserved.","num_results":2,"results":[{"book_author":"Haruki Murakami","book_title":"1Q84","byline":"JANET MASLIN","isbn13":["9780307476463"],"publication_dt":"2011-11-10","summary":"In “1Q84,” the Japanese novelist Haruki Murakami writes about characters in a Tokyo with two moons.","url":"http://www.nytimes.com/2011/11/10/books/1q84-by-haruki-murakami-review.html"}],"status":"OK"}