v4
latestOpenAPI 3.1.02026-08-08221179273.1 KBdaily-devotional
Get Daily Devotionals
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.
get/api/daily-devotional
Query parameters
locale_overridestring nullable
Headers
x-user-idstring nullable
Response
Successful Response
Example response
{
"devotionals": [
{
"date": "2024-01-15",
"devotional_commentary_long": "A longer, more detailed reflection on this verse and its meaning...",
"devotional_commentary_short": "A short reflection on this verse...",
"id": 1,
"language": "en",
"prayer": "Dear Lord, help us to...",
"verse_string": "John 3:16",
"verse_text": "For God so loved the world..."
}
]
}