Structured JSON access to all 7 chapters of the Book of Micah.
GET /api/scripture?bookID=33&chapter=1&version=KJV
Authorization: Bearer YOUR_API_KEY
{
"status": "success",
"type": "full_chapter",
"version": "KJV",
"book": {
"id": 33,
"name": "Micah"
},
"chapter": 1,
"range": null,
"results_count": 16,
"data": [
{
"verse": 1,
"text": "The word of the LORD that came to Micah the Morasthite in the days of Jotham, Ahaz, and Hezekiah, kings of Judah, which he saw concerning Samaria and Jerusalem."
},
{
"verse": 2,
"text": "Hear, all ye people; hearken, O earth, and all that therein is: and let the Lord GOD be witness against you, the Lord from his holy temple."
}
]
}
BibleBridge provides canonical JSON access to Micah 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.