← Escrituras

Versículo bíblico aleatorio

GET /bible/random

Obtén un versículo bíblico conocido al azar de una selección curada de 20 pasajes populares, incluyendo 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": "Genesis 1:1",
    "text": "In the beginning, God created the heavens and the earth.\n",
    "translation_id": "web",
    "translation_name": "World English Bible",
    "verses": [
      {
        "book_name": "Genesis",
        "chapter": 1,
        "text": "In the beginning, God created the heavens and the earth.\n",
        "verse": 1
      }
    ]
  },
  "success": true
}