GET /bible/random
Obtenga a random well-known Bible verse from a curated selection of 20 popular passages including John 3:16, Psalm 23, Romans 8:28, y más.
curl https://nordapi.ee/api/v1/bible/random
{
"data": {
"reference": "Matthew 11:28",
"text": "\n“Come to me, all you who labor and are heavily burdened, and I will give you rest.\n\n",
"translation_id": "web",
"translation_name": "World English Bible",
"verses": [
{
"book_name": "Matthew",
"chapter": 11,
"text": "\n“Come to me, all you who labor and are heavily burdened, and I will give you rest.\n\n",
"verse": 28
}
]
},
"success": true
}