GET /bible/random
Hent et tilfeldig kjent bibelvers fra et kuratert utvalg av 20 populære passasjer inkludert Johannes 3:16, Salme 23, Romerne 8:28 og mer.
curl https://nordapi.ee/api/v1/bible/random
{
"data": {
"reference": "Genesis 1:1",
"text": "In the beginning, God created the heavens and the earth.\n",
"translation_id": "web",
"translation_name": "World English Bible",
"verses": [
{
"book_name": "Genesis",
"chapter": 1,
"text": "In the beginning, God created the heavens and the earth.\n",
"verse": 1
}
]
},
"success": true
}