Structured JSON access to all 40 chapters of the Book of Exodus.
GET /api/scripture?bookID=2&chapter=1&version=KJV
Authorization: Bearer YOUR_API_KEY
{
"status": "success",
"type": "full_chapter",
"version": "KJV",
"book": {
"id": 2,
"name": "Exodus"
},
"chapter": 1,
"range": null,
"results_count": 22,
"data": [
{
"verse": 1,
"text": "Now these are the names of the children of Israel, which came into Egypt; every man and his household came with Jacob."
},
{
"verse": 2,
"text": "Reuben, Simeon, Levi, and Judah,"
}
]
}
BibleBridge provides canonical JSON access to Exodus for applications such as reading plans, verse-of-the-day tools, cross-translation study, and AI-powered scripture analysis. Stable verse identifiers ensure consistency across all supported translations.