GET /bible/random
Hent et tilfældigt velkendt bibelvers fra et kurateret udvalg af 20 populære passager inkl. Johannes 3:16, Salme 23, Romerbrevet 8:28 og flere.
curl https://nordapi.ee/api/v1/bible/random
{
"data": {
"reference": "Ephesians 2:8-9",
"text": "for by grace you have been saved through faith, and that not of yourselves; it is the gift of God,\nnot of works, that no one would boast.\n",
"translation_id": "web",
"translation_name": "World English Bible",
"verses": [
{
"book_name": "Ephesians",
"chapter": 2,
"text": "for by grace you have been saved through faith, and that not of yourselves; it is the gift of God,\n",
"verse": 8
},
{
"book_name": "Ephesians",
"chapter": 2,
"text": "not of works, that no one would boast.\n",
"verse": 9
}
]
},
"success": true
}