---
title: "Get quotes"
method: GET
path: "/public/quotes"
tags: ["📢 Public APIs"]
---

# Get quotes

`GET /public/quotes`

The API endpoint allows you to retrieve a list of quotes.

When accessing this endpoint, you will receive a response containing a collection of quotes.

## Query parameters

- `page` string
- `limit` string
- `query` string

## Response `200`

Get quotes

- object
  - `data` object
    - `currentPageItems` number
    - `data` object[]
      - `author` string
      - `authorSlug` string
      - `content` string
      - `dateAdded` string
      - `dateModified` string
      - `id` number
      - `length` number
      - `tags` unknown[]
        - unknown
    - `limit` number
    - `nextPage` boolean
    - `page` number
    - `previousPage` boolean
    - `totalItems` number
    - `totalPages` number
  - `message` string
  - `statusCode` number
  - `success` boolean

---

[API](https://skmtc.net/hiteshchoudhary-ssesph/apis/freeapi.md) · [All operations](https://skmtc.net/hiteshchoudhary-ssesph/apis/freeapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hiteshchoudhary-ssesph/freeapi/revisions/a9f3a290e4dc/schema)
