← Ritning

Handahófskennt biblíuvers

GET /bible/random

Fáðu a random well-known Bible verse from a curated selection of 20 popular passages þar á meðal John 3:16, Psalm 23, Romans 8:28, og fleira.

Dæmi um fyrirspurnir

Grunnnotkun
curl https://nordapi.ee/api/v1/bible/random

Lifandi svar

{
  "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
}