Structured JSON access to all 24 chapters of the Book of Joshua.
GET /api/scripture?bookID=6&chapter=1&version=KJV
Authorization: Bearer YOUR_API_KEY
{
"status": "success",
"type": "full_chapter",
"version": "KJV",
"book": {
"id": 6,
"name": "Joshua"
},
"chapter": 1,
"range": null,
"results_count": 18,
"data": [
{
"verse": 1,
"text": "Now after the death of Moses the servant of the LORD it came to pass, that the LORD spake unto Joshua the son of Nun, Moses' minister, saying,"
},
{
"verse": 2,
"text": "Moses my servant is dead; now therefore arise, go over this Jordan, thou, and all this people, unto the land which I do give to them, even to the children of Israel."
}
]
}
BibleBridge provides canonical JSON access to Joshua 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.