Programmatic access to the Major Prophets of the Old Testament via a single, stable JSON API. Canonical, public-domain scripture data designed for long-term use.
GET /api/scripture?bookID={BOOK_ID}&chapter=1&version=KJV
Authorization: Bearer YOUR_API_KEY
{
"status": "success",
"type": "full_chapter",
"version": "KJV",
"book": {
"id": 23,
"name": "Isaiah"
},
"chapter": 1,
"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."
}
]
}
The Major Prophets consist of five books addressing covenant faithfulness, judgment, exile, and restoration. BibleBridge provides consistent JSON access using stable identifiers, making these texts suitable for large-scale prophetic studies, timeline analysis, and AI-powered research.