bnd.lushai.dev

Bibles & Dictionaries REST API Platform

BnD provides clean, high-speed JSON APIs for querying Mizo and English Holy Scriptures, word definitions, grammar, and daily devotional highlights for web and mobile apps.

Launch bnd.lushai.dev
BnD Mizo Bible & English Dictionary Visual

BnD Core Capabilities

Structured language & scripture datasets powered by low-latency caching and API rate limiting.

Holy Scriptures API

Access full Bible translations including Mizo Holy Bible (Old Version), KJV, NIV, ESV, WEB, and NKJV with structured JSON response for books, chapters, and verses.

English–Mizo Dictionary Engine

Instant word search, parts of speech classification (noun, verb, adjective, adverb), definitions, example sentences, and accurate Mizo translations.

Verse of the Day & Devotionals

Pre-computed daily scripture highlights in Mizo, KJV, and NIV for mobile app widgets, daily devotional apps, and notification channels.

Flexible API Key Authentication

Pass your key via HTTP Header (`X-API-Key: YOUR_KEY`), Bearer token (`Authorization: Bearer YOUR_KEY`), or URL query parameter (`?api_key=...`).

60 Requests/Min Rate Limiter

Built-in quota management and automated session rate limiting to guarantee server stability and sub-50ms response times.

OpenAPI & Swagger Reference

Interactive web documentation, OpenAPI specification schema, and code snippet generators for Flutter, React Native, Python, and Node.js.

BnD REST API Examples

Query scriptures and dictionary meanings via straightforward REST endpoints.

Query Holy Bible (`GET /api/v1/bibles`) GET
GET /api/v1/bibles?code=mizo&book=John&chapter=3 HTTP/1.1
Host: bnd.lushai.dev
x-api-key: YOUR_BND_API_KEY

HTTP/1.1 200 OK
{
  "status": "success",
  "translation": "Mizo Holy Bible (OV)",
  "book": "Johana",
  "chapter": 3,
  "verses": [ ... ]
}
Search Mizo Dictionary (`GET /api/v1/dictionary`) GET
GET /api/v1/dictionary?word=thianghlim HTTP/1.1
Host: bnd.lushai.dev
x-api-key: YOUR_BND_API_KEY

HTTP/1.1 200 OK
{
  "word": "thianghlim",
  "english": "holy, pure, sacred, clean",
  "partOfSpeech": "adjective"
}
Explore Complete BnD API Documentation

BnD Frequently Asked Questions

Answers to common questions regarding Mizo Bible versions, dictionary endpoints, and language datasets.

BnD includes Mizo Old Version (OV), King James Version (KJV), New International Version (NIV), and English Standard Version (ESV) with verse, chapter, and book lookup endpoints.

Yes! BnD is engineered with lightweight, high-speed JSON payloads optimized for Flutter, React Native, iOS, Android, and web applications.

Yes. The English-Mizo dictionary endpoints include full-text search, parts of speech definitions, grammatical classifications, synonyms, and example sentence usages.

Yes! We provide free API access tiers with in-memory caching to support Christian ministries, students, linguists, and community developers.

Start Querying Bible & Dictionary Data

Register on BnD to instantly obtain your free API Key for your web and mobile applications.