Ezra API

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

Endpoint Reference

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

Sample JSON Response

{
  "status": "success",
  "type": "full_chapter",
  "version": "KJV",
  "book": {
    "id": 15,
    "name": "Ezra"
  },
  "chapter": 1,
  "range": null,
  "results_count": 11,
  "data": [
    {
      "verse": 1,
      "text": "Now in the first year of Cyrus king of Persia, that the word of the LORD by the mouth of Jeremiah might be fulfilled, the LORD stirred up the spirit of Cyrus king of Persia, that he made a proclamation throughout all his kingdom, and put it also in writing, saying,"
    },
    {
      "verse": 2,
      "text": "Thus saith Cyrus king of Persia, The LORD God of heaven hath given me all the kingdoms of the earth; and he hath charged me to build him an house at Jerusalem, which is in Judah."
    }
  ]
}
                

Using Ezra Scripture Data

BibleBridge provides canonical JSON access to Ezra 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.