GET /bible/random
Get a random well-known Bible verse from a curated selection of 20 popular passages including John 3:16, Psalm 23, Romans 8:28, and more.
curl https://nordapi.ee/api/v1/bible/random
{
"data": {
"reference": "Psalms 46:1",
"text": "God is our refuge and strength,\na very present help in trouble.\n",
"translation_id": "web",
"translation_name": "World English Bible",
"verses": [
{
"book_name": "Psalms",
"chapter": 46,
"text": "God is our refuge and strength,\na very present help in trouble.\n",
"verse": 1
}
]
},
"success": true
}