← 经文

随机圣经经文

GET /bible/random

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

请求示例

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

实时响应

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