Esther API

Structured JSON access to all 10 chapters of the Book of Esther.

Endpoint Reference

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

Sample JSON Response

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

Using Esther Scripture Data

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.