← Pühakiri

Juhuslik piiblisalm

GET /bible/random

Saage a random well-known Bible verse from a curated selection of 20 popular passages sealhulgas John 3:16, Psalm 23, Romans 8:28, ja muud.

Näidispäringud

Põhikasutus
curl https://nordapi.ee/api/v1/bible/random

Reaalajas vastus

{
  "data": {
    "reference": "Isaiah 40:31",
    "text": "But those who wait for Yahweh will renew their strength.\nThey will mount up with wings like eagles.\nThey will run, and not be weary.\nThey will walk, and not faint.\n",
    "translation_id": "web",
    "translation_name": "World English Bible",
    "verses": [
      {
        "book_name": "Isaiah",
        "chapter": 40,
        "text": "But those who wait for Yahweh will renew their strength.\nThey will mount up with wings like eagles.\nThey will run, and not be weary.\nThey will walk, and not faint.\n",
        "verse": 31
      }
    ]
  },
  "success": true
}