← Scripture

Random Bible Verse

GET /bible/random

Get a random well-known Bible verse from a curated selection of 20 popular passages including John 3:16, Psalm 23, Romans 8:28, and more.

Example Requests

Basic usage
curl https://nordapi.ee/api/v1/bible/random

Live Response

{
  "data": {
    "reference": "Romans 12:2",
    "text": "Don’t be conformed to this world, but be transformed by the renewing of your mind, so that you may prove what is the good, well-pleasing, and perfect will of God.\n",
    "translation_id": "web",
    "translation_name": "World English Bible",
    "verses": [
      {
        "book_name": "Romans",
        "chapter": 12,
        "text": "Don’t be conformed to this world, but be transformed by the renewing of your mind, so that you may prove what is the good, well-pleasing, and perfect will of God.\n",
        "verse": 2
      }
    ]
  },
  "success": true
}