Structured JSON access to all 16 chapters of the Book of Mark.
GET /api/scripture?bookID=41&chapter=1&version=KJV
Authorization: Bearer YOUR_API_KEY
{
"status": "success",
"type": "full_chapter",
"version": "KJV",
"book": {
"id": 41,
"name": "Mark"
},
"chapter": 1,
"range": null,
"results_count": 45,
"data": [
{
"verse": 1,
"text": "The beginning of the gospel of Jesus Christ, the Son of God;"
},
{
"verse": 2,
"text": "As it is written in the prophets, Behold, I send my messenger before thy face, which shall prepare thy way before thee."
}
]
}
BibleBridge provides canonical JSON access to Mark 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.