← 经文

随机圣经经文

GET /bible/random

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

请求示例

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

实时响应

{
  "data": {
    "reference": "John 3:16",
    "text": "\nFor God so loved the world, that he gave his one and only Son, that whoever believes in him should not perish, but have eternal life.\n\n",
    "translation_id": "web",
    "translation_name": "World English Bible",
    "verses": [
      {
        "book_name": "John",
        "chapter": 3,
        "text": "\nFor God so loved the world, that he gave his one and only Son, that whoever believes in him should not perish, but have eternal life.\n\n",
        "verse": 16
      }
    ]
  },
  "success": true
}