Structured JSON access to all 14 chapters of the Book of Hosea.
GET /api/scripture?bookID=28&chapter=1&version=KJV
Authorization: Bearer YOUR_API_KEY
{
"status": "success",
"type": "full_chapter",
"version": "KJV",
"book": {
"id": 28,
"name": "Hosea"
},
"chapter": 1,
"range": null,
"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."
}
]
}
BibleBridge provides canonical JSON access to Hosea 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.