---
title: "GET /qod"
method: GET
path: "/qod"
tags: ["Quote of the day", "Private QOD"]
---

# GET /qod

`GET /qod`

Gets `Quote of the Day` (QOD). Optional `category` param determines the category of returned quote of the day

## Query parameters

- `category` string, string
- `language` string, string
- `id` string, string

## Response `200`

200  response

- QODResponse
  - `success` string — Metadata about this successful call
  - `contents` object
    - `quotes` QOD[] — 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.
      - `date` string, required — Date this quote of the day belongs to
      - `title` string — Title of the QOD category

## Other responses

- `400` — 400 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)
