Structured JSON access to all 12 chapters of the Book of Daniel.
GET /api/scripture?bookID=27&chapter=1&version=KJV
Authorization: Bearer YOUR_API_KEY
{
"status": "success",
"type": "full_chapter",
"version": "KJV",
"book": {
"id": 27,
"name": "Daniel"
},
"chapter": 1,
"range": null,
"results_count": 21,
"data": [
{
"verse": 1,
"text": "In the third year of the reign of Jehoiakim king of Judah came Nebuchadnezzar king of Babylon unto Jerusalem, and besieged it."
},
{
"verse": 2,
"text": "And the Lord gave Jehoiakim king of Judah into his hand, with part of the vessels of the house of God: which he carried into the land of Shinar to the house of his god; and he brought the vessels into the treasure house of his god."
}
]
}
BibleBridge provides canonical JSON access to Daniel 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.