Holy Scriptures & Lexicon REST API
BnD by Lushai Dev
Public REST API platform providing structured JSON access to Holy Scripture (KJV, WEB, ASV), comprehensive bilingual lexicon definitions, and daily devotionals.
Authentication (bnd_live_...)
Include your API key via header x-api-key: bnd_live_... or URL query parameter ?api_key=bnd_live_....
Generous Free Quota: 60 RPM
Sub-50ms EdgeFree tier allows up to 60 Requests Per Minute. Monitor remaining limits via X-RateLimit-Remaining and X-RateLimit-Reset headers.
Live Interactive Sandbox
Instant Verse & Word Lookup
King James (KJV) & World English (WEB)
John 3:16God's Love & Salvation
200 OKKing James Version (KJV):
“For God so loved the world, that he gave his only begotten Son, that whosoever believeth in him should not perish, but have everlasting life.”
World English Bible (WEB):
“For 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.”
Over 50,000 Vocabulary Entries
Faith/feɪθ/noun
Matched in 8msDefinition: Complete trust or confidence in someone or something; strong belief in God or doctrines of religion.
Example: “Have faith in God, even through adversity.”
REST Endpoints & Schemas
Base URL: https://bnd.lushai.dev
GET /api/v1/bibles (Query: code, book, chapter, verse, q)
curl -X GET "https://bnd.lushai.dev/api/v1/bibles?book=John&chapter=3&verse=16" \
-H "x-api-key: bnd_live_your_unique_api_token_here"
# Response (200 OK):
{
"status": "success",
"total": 1,
"limit": 50,
"offset": 0,
"data": [
{
"id": 26137,
"bible_code": "kjv",
"bible_name": "King James Version",
"book": "John",
"chapter": 3,
"verse": 16,
"text": "For God so loved the world, that he gave his only begotten Son, that whosoever believeth in him should not perish, but have everlasting life."
}
]
}Frequently Asked Questions
Translations, dictionary lexicons, and quota reset policies.