---
title: "Retrieves a random quote"
method: GET
path: "/random-quote"
tags: ["quote-operations"]
---

# Retrieves a random quote

`GET /random-quote`

Fetches a randomly selected quote from the data store.

## Response `200`

Successful retrieval of a random quote

- Quote
  - `id` integer
  - `author` string
  - `quote` string

## Other responses

- `500` — Internal server error

---

[API](https://skmtc.net/google/apis/quote-api.md) · [All operations](https://skmtc.net/google/apis/quote-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/google/quote-api/revisions/4359031ab455/schema)
