Structured JSON access to all 24 chapters of the Book of 2 Samuel.
GET /api/scripture?bookID=10&chapter=1&version=KJV
Authorization: Bearer YOUR_API_KEY
{
"status": "success",
"type": "full_chapter",
"version": "KJV",
"book": {
"id": 10,
"name": "2 Samuel"
},
"chapter": 1,
"range": null,
"results_count": 27,
"data": [
{
"verse": 1,
"text": "Now it came to pass after the death of Saul, when David was returned from the slaughter of the Amalekites, and David had abode two days in Ziklag;"
},
{
"verse": 2,
"text": "It came even to pass on the third day, that, behold, a man came out of the camp from Saul with his clothes rent, and earth upon his head: and so it was, when he came to David, that he fell to the earth, and did obeisance."
}
]
}
BibleBridge provides canonical JSON access to 2 Samuel 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.