Structured JSON access to all 3 chapters of the Book of Habakkuk.
GET /api/scripture?bookID=35&chapter=1&version=KJV
Authorization: Bearer YOUR_API_KEY
{
"status": "success",
"type": "full_chapter",
"version": "KJV",
"book": {
"id": 35,
"name": "Habakkuk"
},
"chapter": 1,
"range": null,
"results_count": 17,
"data": [
{
"verse": 1,
"text": "The burden which Habakkuk the prophet did see."
},
{
"verse": 2,
"text": "O LORD, how long shall I cry, and thou wilt not hear! even cry out unto thee of violence, and thou wilt not save!"
}
]
}
BibleBridge provides canonical JSON access to Habakkuk 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.