Structured JSON access to all 10 chapters of the Book of Esther.
GET /api/scripture?bookID=17&chapter=1&version=KJV
Authorization: Bearer YOUR_API_KEY
{
"status": "success",
"type": "full_chapter",
"version": "KJV",
"book": {
"id": 17,
"name": "Esther"
},
"chapter": 1,
"range": null,
"results_count": 22,
"data": [
{
"verse": 1,
"text": "Now it came to pass in the days of Ahasuerus, (this is Ahasuerus which reigned, from India even unto Ethiopia, over an hundred and seven and twenty provinces:)"
},
{
"verse": 2,
"text": "That in those days, when the king Ahasuerus sat on the throne of his kingdom, which was in Shushan the palace,"
}
]
}
BibleBridge provides canonical JSON access to Esther 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.