Structured JSON access to all 21 chapters of the Book of John.
GET /api/scripture?bookID=43&chapter=1&version=KJV
Authorization: Bearer YOUR_API_KEY
{
"status": "success",
"type": "full_chapter",
"version": "KJV",
"book": {
"id": 43,
"name": "John"
},
"chapter": 1,
"range": null,
"results_count": 51,
"data": [
{
"verse": 1,
"text": "In the beginning was the Word, and the Word was with God, and the Word was God."
},
{
"verse": 2,
"text": "The same was in the beginning with God."
}
]
}
BibleBridge provides canonical JSON access to John 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.