Programmatic access to all 12 books of the Minor Prophets 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": 28,
"name": "Hosea"
},
"chapter": 1,
"results_count": 11,
"data": [
{
"verse": 1,
"text": "The word of the LORD that came unto Hosea, the son of Beeri, in the days of Uzziah, Jotham, Ahaz, and Hezekiah, kings of Judah, and in the days of Jeroboam the son of Joash, king of Israel."
},
{
"verse": 2,
"text": "The beginning of the word of the LORD by Hosea. And the LORD said to Hosea, Go, take unto thee a wife of whoredoms and children of whoredoms: for the land hath committed great whoredom, departing from the LORD."
}
]
}
The Minor Prophets comprise a cohesive collection of biblical books addressing shared historical, literary, and theological themes. BibleBridge provides consistent JSON access using stable identifiers, making these texts suitable for thematic studies, timeline analysis, and AI-powered scripture research.