GET /bible/random
Obtenez un verset biblique célèbre choisi au hasard parmi une sélection de 20 passages populaires, dont John 3:16, Psalm 23, Romans 8:28, et plus encore.
curl https://nordapi.ee/api/v1/bible/random
{
"data": {
"reference": "Hebrews 11:1",
"text": "Now faith is assurance of things hoped for, proof of things not seen.\n",
"translation_id": "web",
"translation_name": "World English Bible",
"verses": [
{
"book_name": "Hebrews",
"chapter": 11,
"text": "Now faith is assurance of things hoped for, proof of things not seen.\n",
"verse": 1
}
]
},
"success": true
}