BnD by Lushai Dev
Integrate Holy Scriptures (Mizo OV, KJV, NIV, ESV, WEB, NKJV) and English-Mizo Dictionary datasets directly into your mobile and web applications with built-in rate limiting and developer API keys.
Platform Core Features & Services
📖 Multi-Version Bible Engine
Instant REST API query access across Mizo Holy Bible, KJV, NIV, ESV, WEB, and NKJV translations with parallel passage viewing and search capabilities.
📚 English & Mizo Dictionary
⚡ Developer Security & Keys
Manage developer API keys, monitor rate limit quotas, and access instant code snippets for cURL, JS, Python, and PHP.
Daily Scripture & Vocabulary Highlights
Loading Daily Verse...
Loading Daily Word...
BnD REST API Playground
Select an endpoint below, adjust query parameters or headers, and click Send Request to test live responses with real HTTP headers, rate limit status, and latency.
// Click 'Send Request' to execute API query and inspect live JSON response.
Multi-Language Code Generator
Copy and paste the code snippet below to quickly integrate the BnD REST API into your application:
// Loading code snippet...
📚 REST API Reference & Guidelines
BnD by Lushai Dev API provides clean JSON responses protected by IP and API key-based rate limiting.
🌐 Base Endpoint URL
https://bnd.lushai.dev/api/v1/
🔑 API Key Header
Pass your API key via HTTP Request headers:
X-API-Key: bnd_live_your_token_here
🛡️ Rate Limiting Headers
Server responses include standard quota headers:
- X-RateLimit-Limit: 60
- X-RateLimit-Remaining: 59
- X-RateLimit-Reset: 177000000
📌 Endpoint Details
/api/v1/bibles
Search Bible translations and fetch specific passages:
code- Bible code (e.g.mizo,kjv,niv,esv)book- Book name (e.g.Genesis,John)chapter- Chapter number (e.g.1)verse- Verse number (e.g.1)q- Search query (e.g.God,Grace)
/api/v1/dictionaries
Lookup dictionary word definitions and translations:
code- Dictionary code (e.g.eng_mizo,mizo_eng)q- Search query term (e.g.Grace)
/api/v1/daily
Automatically retrieve the daily Bible verse and word of the day.
/api/v1/keys
Instant API Key generator for developers:
// JSON Body Payload:
{
"owner_name": "Lalrema",
"email": "lalrema@example.com"
}