← Pyhä kirjoitus

Satunnainen raamatunjae

GET /bible/random

Hae a random well-known Bible verse from a curated selection of 20 popular passages mukaan lukien John 3:16, Psalm 23, Romans 8:28, ja paljon muuta.

Esimerkkipyynnöt

Peruskäyttö
curl https://nordapi.ee/api/v1/bible/random

Reaaliaikainen vastaus

{
  "data": {
    "reference": "Psalms 119:105",
    "text": "Your word is a lamp to my feet,\nand a light for my path.\n",
    "translation_id": "web",
    "translation_name": "World English Bible",
    "verses": [
      {
        "book_name": "Psalms",
        "chapter": 119,
        "text": "Your word is a lamp to my feet,\nand a light for my path.\n",
        "verse": 105
      }
    ]
  },
  "success": true
}