← Skrifter

Tilfeldig bibelvers

GET /bible/random

Hent et tilfeldig kjent bibelvers fra et kuratert utvalg av 20 populære passasjer inkludert Johannes 3:16, Salme 23, Romerne 8:28 og mer.

Eksempelforespørsler

Grunnleggende bruk
curl https://nordapi.ee/api/v1/bible/random

Livesvar

{
  "data": {
    "reference": "Psalms 27:1",
    "text": "Yahweh is my light and my salvation.\nWhom shall I fear?\nYahweh is the strength of my life.\nOf whom shall I be afraid?\n",
    "translation_id": "web",
    "translation_name": "World English Bible",
    "verses": [
      {
        "book_name": "Psalms",
        "chapter": 27,
        "text": "Yahweh is my light and my salvation.\nWhom shall I fear?\nYahweh is the strength of my life.\nOf whom shall I be afraid?\n",
        "verse": 1
      }
    ]
  },
  "success": true
}