Structured JSON access to all 2 chapters of the Book of Haggai.
GET /api/scripture?bookID=37&chapter=1&version=KJV
Authorization: Bearer YOUR_API_KEY
{
"status": "success",
"type": "full_chapter",
"version": "KJV",
"book": {
"id": 37,
"name": "Haggai"
},
"chapter": 1,
"range": null,
"results_count": 15,
"data": [
{
"verse": 1,
"text": "In the second year of Darius the king, in the sixth month, in the first day of the month, came the word of the LORD by Haggai the prophet unto Zerubbabel the son of Shealtiel, governor of Judah, and to Joshua the son of Josedech, the high priest, saying,"
},
{
"verse": 2,
"text": "Thus speaketh the LORD of hosts, saying, This people say, The time is not come, the time that the LORD'S house should be built."
}
]
}
BibleBridge provides canonical JSON access to Haggai 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.