---
title: "Get All Book API"
method: GET
path: "/v1/books/"
tags: ["Books"]
---

# Get All Book API

`GET /v1/books/`

Get All Book API

## Response `200`

All Books Information

- object[]
  - `id` integer
  - `name` string
  - `authorName` string
  - `category` string
  - `price` number
  - `totalPage` integer

## Other responses

- `500` — Something went wrong

---

[API](https://skmtc.net/systangotechnologies/apis/typescript-boilerplate.md) · [All operations](https://skmtc.net/systangotechnologies/apis/typescript-boilerplate/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/systangotechnologies/typescript-boilerplate/versions/357b8ddc3d82/schema)
