← 经文

随机圣经经文

GET /bible/random

从 20 段精选热门经文中获取一段随机知名圣经经文,包括 John 3:16、Psalm 23、Romans 8:28 等。

请求示例

基本用法
curl https://nordapi.ee/api/v1/bible/random

实时响应

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