Habakkuk API

Structured JSON access to all 3 chapters of the Book of Habakkuk.

Endpoint Reference

GET /api/scripture?bookID=35&chapter=1&version=KJV
Authorization: Bearer YOUR_API_KEY
  
  • Book: Habakkuk
  • Book ID: 35
  • Chapters: 1 – 3
  • Format: application/json
  • License: Public Domain (KJV)
Licensing Safe: Habakkuk data is verified public domain and may be used commercially without attribution.

Sample JSON Response

{
  "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!"
    }
  ]
}
                

Using Habakkuk Scripture Data

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.