GET /bible/random
Erhalten Sie einen zufälligen, bekannten Bibelvers aus einer kuratierten Auswahl von 20 beliebten Passagen, darunter John 3:16, Psalm 23, Romans 8:28 und mehr.
curl https://nordapi.ee/api/v1/bible/random
{
"data": {
"reference": "Psalms 119:105",
"text": "Your word is a lamp to my feet,\nand a light for my path.\n",
"translation_id": "web",
"translation_name": "World English Bible",
"verses": [
{
"book_name": "Psalms",
"chapter": 119,
"text": "Your word is a lamp to my feet,\nand a light for my path.\n",
"verse": 105
}
]
},
"success": true
}