High-performance REST API platform providing structured JSON access to Mizo Holy Scriptures (OV), English Bibles, and English–Mizo Dictionary datasets.
Structured language & scripture datasets powered by low-latency caching and API rate limiting.
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.
Instant word search, parts of speech classification (noun, verb, adjective, adverb), definitions, example sentences, and accurate Mizo translations.
Pre-computed daily scripture highlights in Mizo, KJV, and NIV for mobile app widgets, daily devotional apps, and notification channels.
Pass your key via HTTP Header (`X-API-Key: YOUR_KEY`), Bearer token (`Authorization: Bearer YOUR_KEY`), or URL query parameter (`?api_key=...`).
Built-in quota management and automated session rate limiting to guarantee server stability and sub-50ms response times.
Interactive web documentation, OpenAPI specification schema, and code snippet generators for Flutter, React Native, Python, and Node.js.
Query scriptures and dictionary meanings via straightforward REST endpoints.
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": [ ... ]
}
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"
}
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.
Register on BnD to instantly obtain your free API Key for your web and mobile applications.