← Skriftsteder

Tilfældigt bibelvers

GET /bible/random

Hent et tilfældigt velkendt bibelvers fra et kurateret udvalg af 20 populære passager inkl. Johannes 3:16, Salme 23, Romerbrevet 8:28 og flere.

Eksempelforespørgsler

Grundlæggende brug
curl https://nordapi.ee/api/v1/bible/random

Livesvar

{
  "data": {
    "reference": "1 Corinthians 13:4-7",
    "text": "Love is patient and is kind; love doesn’t envy. Love doesn’t brag, is not proud,\ndoesn’t behave itself inappropriately, doesn’t seek its own way, is not provoked, takes no account of evil;\ndoesn’t rejoice in unrighteousness, but rejoices with the truth;\nbears all things, believes all things, hopes all things, endures all things.\n",
    "translation_id": "web",
    "translation_name": "World English Bible",
    "verses": [
      {
        "book_name": "1 Corinthians",
        "chapter": 13,
        "text": "Love is patient and is kind; love doesn’t envy. Love doesn’t brag, is not proud,\n",
        "verse": 4
      },
      {
        "book_name": "1 Corinthians",
        "chapter": 13,
        "text": "doesn’t behave itself inappropriately, doesn’t seek its own way, is not provoked, takes no account of evil;\n",
        "verse": 5
      },
      {
        "book_name": "1 Corinthians",
        "chapter": 13,
        "text": "doesn’t rejoice in unrighteousness, but rejoices with the truth;\n",
        "verse": 6
      },
      {
        "book_name": "1 Corinthians",
        "chapter": 13,
        "text": "bears all things, believes all things, hopes all things, endures all things.\n",
        "verse": 7
      }
    ]
  },
  "success": true
}