Access the King James Bible in structured JSON. Retrieve individual verses, complete chapters, or daily Scripture using a stable REST API.
Free tier available — 500 requests per day. No credit card required.
The BibleBridge KJV Bible API provides deterministic access to public domain Scripture data, designed for churches, devotional apps, dashboards, bots, and Christian SaaS platforms.
curl --get https://holybible.dev/api/passage \
-H "Authorization: Bearer YOUR_API_KEY" \
--data-urlencode ref="john3:16" \
--data version=KJV
curl --get https://holybible.dev/api/passage \
-H "Authorization: Bearer YOUR_API_KEY" \
--data-urlencode ref="john3" \
--data version=KJV
For a deterministic daily Scripture feed, see the Verse of the Day API.
curl https://holybible.dev/api/votd \
-H "Authorization: Bearer YOUR_API_KEY"
{
"reference": "John 3: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.",
"translation": "KJV",
"permissions": "King James Version - Public Domain."
}
The API provides structured access to the full King James Bible (KJV), with optional cross-translation comparison across supported versions.
No. The King James Version is public domain and may be used without licensing restrictions.
Yes. The free tier includes 500 requests per day with no credit card required.
Generate your API key and integrate in minutes.
Create Free Account