---
title: "Get Today Word"
method: GET
path: "/api/word-of-day/today"
tags: ["word-of-day", "word_of_day"]
---

# Get Today Word

`GET /api/word-of-day/today`

Get word of the day with translations for user's target languages.
If date_str is provided (YYYY-MM-DD format), fetches word for that date.
Otherwise, returns today's word.
Returns the same concept across all languages, but only includes translations
for languages the user is learning.

## Query parameters

- `date_str` string, nullable
- `word_id` integer, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored.md) · [All operations](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored/llms.txt) · [OpenAPI document](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored/revisions/ee945980cf00?raw)
