Structured JSON access to all 48 chapters of the Book of Ezekiel.
GET /api/scripture?bookID=26&chapter=1&version=KJV
Authorization: Bearer YOUR_API_KEY
{
"status": "success",
"type": "full_chapter",
"version": "KJV",
"book": {
"id": 26,
"name": "Ezekiel"
},
"chapter": 1,
"range": null,
"results_count": 28,
"data": [
{
"verse": 1,
"text": "Now it came to pass in the thirtieth year, in the fourth month, in the fifth day of the month, as I was among the captives by the river of Chebar, that the heavens were opened, and I saw visions of God."
},
{
"verse": 2,
"text": "In the fifth day of the month, which was the fifth year of king Jehoiachin's captivity,"
}
]
}
BibleBridge provides canonical JSON access to Ezekiel 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.