← 经文

随机圣经经文

GET /bible/random

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

请求示例

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

实时响应

{
  "data": {
    "reference": "2 Timothy 1:7",
    "text": "For God didn’t give us a spirit of fear, but of power, love, and self-control.\n",
    "translation_id": "web",
    "translation_name": "World English Bible",
    "verses": [
      {
        "book_name": "2 Timothy",
        "chapter": 1,
        "text": "For God didn’t give us a spirit of fear, but of power, love, and self-control.\n",
        "verse": 7
      }
    ]
  },
  "success": true
}