---
title: "Get Daily Devotionals"
method: GET
path: "/api/daily-devotional"
tags: ["daily-devotional"]
---

# Get Daily Devotionals

`GET /api/daily-devotional`

Fetch today's daily devotional using the user's preferred language by default.

locale_override can be used for testing to force a specific locale.

## Query parameters

- `locale_override` string, nullable

## Headers

- `x-user-id` string, nullable

## Response `200`

Successful Response

- DailyDevotionalResponse — Response model for getting daily devotionals
  - `success` boolean, required
  - `devotionals` DailyDevotional[], required
    - `id` integer, required
    - `verse_string` string, nullable
    - `verse_text` string, nullable
    - `devotional_commentary_short` string, nullable
    - `devotional_commentary_long` string, nullable
    - `prayer` string, nullable
    - `date` unknown
    - `language` string, nullable
  - `count` integer, required

## Other responses

- `422` — Validation Error

---

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