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 https://holybible.dev/api/scripture?bookID=43&chapter=3&verse=16 \
-H "Authorization: Bearer YOUR_API_KEY"
curl https://holybible.dev/api/scripture?bookID=19&chapter=23 \
-H "Authorization: Bearer YOUR_API_KEY"
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...",
"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