---
title: "Reviews"
method: GET
path: "/reviews.{format}"
---

# Reviews

`GET /reviews.{format}`

## Query parameters

- `isbn` integer
- `title` string
- `author` string
- `api-key` string

## Response `200`

OK

- object
  - `status` string
  - `copyright` string
  - `num_results` integer
  - `results` object[]
    - `url` string
    - `publication_dt` string
    - `byline` string
    - `book_title` string
    - `book_author` string
    - `summary` string
    - `isbn13` string[]

---

[API](https://skmtc.net/nytimes/apis/books-api.md) · [All operations](https://skmtc.net/nytimes/apis/books-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nytimes/books-api/revisions/b3e71a669113/schema)
