Structured JSON access to all 3 chapters of the Book of Zephaniah.
GET /api/scripture?bookID=36&chapter=1&version=KJV
Authorization: Bearer YOUR_API_KEY
{
"status": "success",
"type": "full_chapter",
"version": "KJV",
"book": {
"id": 36,
"name": "Zephaniah"
},
"chapter": 1,
"range": null,
"results_count": 18,
"data": [
{
"verse": 1,
"text": "The word of the LORD which came unto Zephaniah the son of Cushi, the son of Gedaliah, the son of Amariah, the son of Hizkiah, in the days of Josiah the son of Amon, king of Judah."
},
{
"verse": 2,
"text": "I will utterly consume all things from off the land, saith the LORD."
}
]
}
BibleBridge provides canonical JSON access to Zephaniah 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.