GET /bible/random
Obtén un versículo bíblico conocido al azar de una selección curada de 20 pasajes populares, incluyendo 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
}