Reviews
GET {{baseUrl}}/reviews.{{format}}
Get book reviews.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
isbn | string | Searching by ISBN is the recommended method. You can enter 10- or 13-digit ISBNs. | |
title | string | You’ll need to enter the full title of the book. Spaces in the title will be converted into the characters %20. | |
author | string | You’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-key | string |
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"}