Structured JSON access to all 24 chapters of the Book of Luke.
GET /api/scripture?bookID=42&chapter=1&version=KJV
Authorization: Bearer YOUR_API_KEY
{
"status": "success",
"type": "full_chapter",
"version": "KJV",
"book": {
"id": 42,
"name": "Luke"
},
"chapter": 1,
"range": null,
"results_count": 80,
"data": [
{
"verse": 1,
"text": "Forasmuch as many have taken in hand to set forth in order a declaration of those things which are most surely believed among us,"
},
{
"verse": 2,
"text": "Even as they delivered them unto us, which from the beginning were eyewitnesses, and ministers of the word;"
}
]
}
BibleBridge provides canonical JSON access to Luke 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.