← 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 6:33",
    "text": "\nBut seek first God’s Kingdom, and his righteousness; and all these things will be given to you as well.\n\n",
    "translation_id": "web",
    "translation_name": "World English Bible",
    "verses": [
      {
        "book_name": "Matthew",
        "chapter": 6,
        "text": "\nBut seek first God’s Kingdom, and his righteousness; and all these things will be given to you as well.\n\n",
        "verse": 33
      }
    ]
  },
  "success": true
}