---
title: "GET /quote"
method: GET
path: "/quote"
tags: ["Quote", "Private Quotes"]
---

# GET /quote

`GET /quote`

Gets a `Quote` with a given `id`.

## Query parameters

- `id` string, string

## Response `200`

200  response

- QuoteResponse
  - `success` string — Metadata about this successful call
  - `contents` object
    - `quotes` Quote[] — List of quotes
      - `author` string — Author name of quote.
      - `quote` string, required — The Quote.
      - `tags` string[] — Array of tags/categories.
      - `id` string, required — Unique identifier representing a specific quote in theysaidso.com.
      - `image` string — Image URL that can be used for background to display this quote.
      - `length` integer — Length of the quote string.

## Other responses

- `401` — 401 response

---

[API](https://skmtc.net/quotes/apis/they-said-so-quotes-api.md) · [All operations](https://skmtc.net/quotes/apis/they-said-so-quotes-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/quotes/they-said-so-quotes-api/revisions/c6aaaf6f33b1/schema)
