---
title: "Get quote by id"
method: GET
path: "/public/quotes/{quoteId}"
tags: ["📢 Public APIs"]
---

# Get quote by id

`GET /public/quotes/{quoteId}`

The API endpoint enables you to retrieve a specific quote based on the quote ID provided in the path variable.

When accessing this endpoint and providing a valid quote ID, you will receive a response containing the quote corresponding to that ID.

## Response `200`

Get quote by id

- 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)
