Ezekiel API

Structured JSON access to all 48 chapters of the Book of Ezekiel.

Endpoint Reference

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

Sample JSON Response

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

Using Ezekiel Scripture Data

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.