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": "Romans 8:28",
"text": "We know that all things work together for good for those who love God, to those who are called according to his purpose.\n",
"translation_id": "web",
"translation_name": "World English Bible",
"verses": [
{
"book_name": "Romans",
"chapter": 8,
"text": "We know that all things work together for good for those who love God, to those who are called according to his purpose.\n",
"verse": 28
}
]
},
"success": true
}