BND REST API PLATFORM • HIGH SPEED BIBLE & DICTIONARY DATASETS FOR DEVELOPERS
Rate-Limited REST API Engine

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.

Open Web Bible Reader
BnD Holy Bible REST API Engine

Platform Core Features & Services

Holy Scriptures Engine

📖 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.

Open Web Bible Reader
Mizo Vocabulary Engine

📚 English & Mizo Dictionary

Developer Security Portal

⚡ 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...

Interactive Developer Console

BnD REST API Playground

⚡ Real-time Execution Engine

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.

QUICK PRESETS:
STATUS: READY
TIME: 0 ms
QUOTA: 60 RPM
// 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

GET /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)
GET /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)
GET /api/v1/daily

Automatically retrieve the daily Bible verse and word of the day.

POST /api/v1/keys

Instant API Key generator for developers:

// JSON Body Payload:
{
  "owner_name": "Lalrema",
  "email": "lalrema@example.com"
}