---
title: "GET /api/books"
method: GET
path: "/api/books"
tags: ["Books"]
---

# GET /api/books

`GET /api/books`

## Response `200`

Success

- BookDto[]
  - `id` string, guid
  - `created` string, date-time
  - `nameFr` string
  - `nameEn` string
  - `descriptionFr` string
  - `descriptionEn` string
  - `isbn` string
  - `author` string
  - `editor` string
  - `yearOfPublication` integer
  - `numberOfPages` integer
  - `membersOnly` boolean
  - `cardImage` string
  - `memberPrice` number
  - `nonMemberPrice` number, nullable
  - `memberProductId` string, guid
  - `nonMemberProductId` string, guid, nullable
  - `slug` string

---

[API](https://skmtc.dev/rgcq/apis/web.md) · [All operations](https://skmtc.dev/rgcq/apis/web/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rgcq/web/revisions/3fdd4827f760/schema)
