← Skriftsteder

Tilfældigt bibelvers

GET /bible/random

Hent et tilfældigt velkendt bibelvers fra et kurateret udvalg af 20 populære passager inkl. Johannes 3:16, Salme 23, Romerbrevet 8:28 og flere.

Eksempelforespørgsler

Grundlæggende brug
curl https://nordapi.ee/api/v1/bible/random

Livesvar

{
  "data": {
    "reference": "Romans 12:2",
    "text": "Don’t be conformed to this world, but be transformed by the renewing of your mind, so that you may prove what is the good, well-pleasing, and perfect will of God.\n",
    "translation_id": "web",
    "translation_name": "World English Bible",
    "verses": [
      {
        "book_name": "Romans",
        "chapter": 12,
        "text": "Don’t be conformed to this world, but be transformed by the renewing of your mind, so that you may prove what is the good, well-pleasing, and perfect will of God.\n",
        "verse": 2
      }
    ]
  },
  "success": true
}