← Skriften

Slumpmässig bibelvers

GET /bible/random

Hämta en slumpmässig välkänd bibelvers från ett kuraterat urval av 20 populära avsnitt, inklusive Johannes 3:16, Psaltaren 23, Romarbrevet 8:28 med mera.

Exempelförfrågningar

Grundläggande användning
curl https://nordapi.ee/api/v1/bible/random

Livesvar

{
  "data": {
    "reference": "James 1:5",
    "text": "But if any of you lacks wisdom, let him ask of God, who gives to all liberally and without reproach; and it will be given to him.\n",
    "translation_id": "web",
    "translation_name": "World English Bible",
    "verses": [
      {
        "book_name": "James",
        "chapter": 1,
        "text": "But if any of you lacks wisdom, let him ask of God, who gives to all liberally and without reproach; and it will be given to him.\n",
        "verse": 5
      }
    ]
  },
  "success": true
}