Bible-api
支持多种语言的免费圣经 API
- 认证方式
- No auth
- HTTPS
- Yes
- CORS
- Yes
- 分类
- 书籍
- 文档 / URL
- https://bible-api.com/
简介
Bible-api.com 以 JSON 提供圣经经文——免密钥、支持 CORS、零依赖。传入经文引用(如 “John 3:16”)即可从 World English Bible(WEB)或其他译本获取经文文本。是“每日经文”小组件和经文应用的实用数据源。
快速开始
一节经文(实测可用):
curl "https://bible-api.com/john+3:16"
{
"reference": "John 3:16",
"text": "For God so loved the world, that he gave his only begotten Son, that whoever believes in him should not perish, but have eternal life.",
"translation_id": "web",
"translation_name": "World English Bible",
"verses": [{ "book_id": "JHN", "book_name": "John", "chapter": 3, "verse": 16, "text": "For God so loved..." }]
}
选择译本:
curl "https://bible-api.com/john+3:16?translation=kjv"
整章:
curl "https://bible-api.com/psalm+23"
经文范围:
curl "https://bible-api.com/1+corinthians+13:4-7"
随机经文:
curl "https://bible-api.com/?random=verse"
认证方式
无需认证——免密钥。
速率限制与注意事项
- 免费;没有文档化的硬性限制——请礼貌使用。
- 默认译本 WEB(World English Bible,公有领域);
?translation=kjv等可选。 - 引用格式为
书卷 章节:节,空格或+均可(如john+3:16、1+corinthians+13:4-7)。 - 已启用 CORS——浏览器应用可用。
常见问题
Bible-api 免费吗? 是的——免费、免密钥、支持 CORS。
有哪些译本?
默认 WEB;?translation= 可选 KJV 等。
可以获取随机经文吗?
可以——?random=verse。
书籍 分类更多
| API | Auth | HTTPS | CORS | |
|---|---|---|---|---|
| A Bíblia Digital Do not worry about managing the multiple versions of the Bible | API Key | Yes | No | ↗ |
| Amanah Sunnah Semantic search across Quran, Hadith, Tafsir & 18K+ Rijal narrators | API Key | Yes | Yes | ↗ |
| Bhagavad Gita Bhagavad Gita text | OAuth | Yes | Yes | ↗ |
| Bhagavad Gita Open Source Shrimad Bhagavad Gita API including 21+ authors translation in Sanskrit/English/Hindi | API Key | Yes | Yes | ↗ |
| Bhagavad Gita telugu Bhagavad Gita API in telugu and odia languages | No auth | Yes | Yes | ↗ |