← Heilige Schrift

Zufälliger Bibelvers

GET /bible/random

Erhalten Sie eine random well-known Bible verse from a curated selection of 20 popular passages einschließlich John 3:16, Psalm 23, Romans 8:28, und mehr.

Beispielanfragen

Grundlegende Verwendung
curl https://nordapi.ee/api/v1/bible/random

Live-Antwort

{
  "data": {
    "reference": "Hebrews 11:1",
    "text": "Now faith is assurance of things hoped for, proof of things not seen.\n",
    "translation_id": "web",
    "translation_name": "World English Bible",
    "verses": [
      {
        "book_name": "Hebrews",
        "chapter": 11,
        "text": "Now faith is assurance of things hoped for, proof of things not seen.\n",
        "verse": 1
      }
    ]
  },
  "success": true
}