← Escrituras

Versículo bíblico aleatorio

GET /bible/random

Obtenga a random well-known Bible verse from a curated selection of 20 popular passages including John 3:16, Psalm 23, Romans 8:28, y más.

Ejemplos de solicitudes

Uso basico
curl https://nordapi.ee/api/v1/bible/random

Respuesta en vivo

{
  "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
}