Structured JSON access to all 66 chapters of the Book of Isaiah.
GET /api/scripture?bookID=23&chapter=1&version=KJV
Authorization: Bearer YOUR_API_KEY
{
"status": "success",
"type": "full_chapter",
"version": "KJV",
"book": {
"id": 23,
"name": "Isaiah"
},
"chapter": 1,
"range": null,
"results_count": 31,
"data": [
{
"verse": 1,
"text": "The vision of Isaiah the son of Amoz, which he saw concerning Judah and Jerusalem in the days of Uzziah, Jotham, Ahaz, and Hezekiah, kings of Judah."
},
{
"verse": 2,
"text": "Hear, O heavens, and give ear, O earth: for the LORD hath spoken, I have nourished and brought up children, and they have rebelled against me."
}
]
}
BibleBridge provides canonical JSON access to Isaiah 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.