← Skriften

Slumpmässig bibelvers

GET /bible/random

Get a slumpmässig well-known Bible verse från a cubedömda selection of 20 populär passages inklusive John 3:16, Psalm 23, Romans 8:28, och mer.

Exempelförfrågningar

Grundläggande användning
curl https://nordapi.ee/api/v1/bible/random

Livesvar

{
  "data": {
    "reference": "Matthew 11:28",
    "text": "\n“Come to me, all you who labor and are heavily burdened, and I will give you rest.\n\n",
    "translation_id": "web",
    "translation_name": "World English Bible",
    "verses": [
      {
        "book_name": "Matthew",
        "chapter": 11,
        "text": "\n“Come to me, all you who labor and are heavily burdened, and I will give you rest.\n\n",
        "verse": 28
      }
    ]
  },
  "success": true
}