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

# Get a random quote

`GET /public/quotes/quote/random`

The API endpoint returns a random quote from a list of quotes.

When accessing this endpoint, you will receive a response containing a randomly selected quote.

## Response `200`

Get a random quote

- object
  - `data` object
    - `author` string
    - `authorSlug` string
    - `content` string
    - `dateAdded` string
    - `dateModified` string
    - `id` number
    - `length` number
    - `tags` string[]
  - `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)
