GET /bible/:reference
Flettu upp hvaða biblíuversi eða kafla sem er eftir tilvísun. Styður bókanöfn með kafla- og versanúmerum (t.d. „jóhannes 3:16“, „sálm 23:1-6“, „1. mósebók 1:1-10“). Skilar fullum texta, þýðingarupplýsingum og sundurliðun á einstökum versum.
curl "https://nordapi.ee/api/v1/bible/john+3:16"
{
"data": {
"reference": "John 3:16",
"text": "\nFor God so loved the world, that he gave his one and only Son, that whoever believes in him should not perish, but have eternal life.\n\n",
"translation_id": "web",
"translation_name": "World English Bible",
"verses": [
{
"book_name": "John",
"chapter": 3,
"text": "\nFor God so loved the world, that he gave his one and only Son, that whoever believes in him should not perish, but have eternal life.\n\n",
"verse": 16
}
]
},
"success": true
}