← Pyhä kirjoitus

Satunnainen raamatunjae

GET /bible/random

Hae satunnainen tunnettu Raamatun jae 20 suositun jakson kuratoidusta valikoimasta, mukaan lukien Joh. 3:16, Psalmi 23, Room. 8:28 ja muita.

Esimerkkipyynnöt

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

Reaaliaikainen vastaus

{
  "data": {
    "reference": "Joshua 1:9",
    "text": "Haven’t I commanded you? Be strong and courageous. Don’t be afraid. Don’t be dismayed, for Yahweh your God is with you wherever you go.”\n",
    "translation_id": "web",
    "translation_name": "World English Bible",
    "verses": [
      {
        "book_name": "Joshua",
        "chapter": 1,
        "text": "Haven’t I commanded you? Be strong and courageous. Don’t be afraid. Don’t be dismayed, for Yahweh your God is with you wherever you go.”\n",
        "verse": 9
      }
    ]
  },
  "success": true
}