---
title: "Retrieve Book"
method: GET
path: "/books/{id}"
tags: ["Books"]
---

# Retrieve Book

`GET /books/{id}`

Retrieve a specific book by its ID

## Path parameters

- `id` string, required

## Response `200`

OK

- Book
  - `id` string, required — A unique TypeID associated with the object.
  - `creation_date` string, date-time, required — The date and time at which the object was first created.
  - `title` string, required — The title of the book.
  - `url` string — The URL where the book can be purchased or viewed.
  - `image_url` string — The URL of the book's cover image.
  - `description` string — A description of the book.
  - `year` integer, nullable — The year the book was published.
  - `isbn` string — The ISBN of the book.
  - `shared` boolean — Whether the book is displayed publicly on the archive.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `429` — Too Many Requests

---

[API](https://skmtc.net/buttondown/apis/buttondown-api.md) · [All operations](https://skmtc.net/buttondown/apis/buttondown-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/buttondown/buttondown-api/versions/71b271a0f44a/schema)
