← Écriture sainte

Verset biblique aléatoire

GET /bible/random

Obtenez a random well-known Bible verse de a curated selection of 20 popular passages y compris John 3:16, Psalm 23, Romans 8:28, et plus encore.

Exemples de requêtes

Utilisation de base
curl https://nordapi.ee/api/v1/bible/random

Réponse en direct

{
  "data": {
    "reference": "John 3:16",
    "text": "\nFor God so loved the world, that he gave his one and only Son, that whoever believes in him should not perish, but have eternal life.\n\n",
    "translation_id": "web",
    "translation_name": "World English Bible",
    "verses": [
      {
        "book_name": "John",
        "chapter": 3,
        "text": "\nFor God so loved the world, that he gave his one and only Son, that whoever believes in him should not perish, but have eternal life.\n\n",
        "verse": 16
      }
    ]
  },
  "success": true
}