---
title: "Get today's phrase"
method: GET
path: "/api/phrases/today"
tags: ["phrases"]
---

# Get today's phrase

`GET /api/phrases/today`

Get the phrase of the day for today.

## Response `200`

Successful Response

- TodayPhraseResponse — Response model for today's phrase.
  - `id` string, uuid, required — Phrase ID
  - `phrase` string, required — Phrase text

---

[API](https://skmtc.dev/corabea/apis/corabea-api.md) · [All operations](https://skmtc.dev/corabea/apis/corabea-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/corabea/corabea-api/revisions/13c1bce1bdc4/schema)
