Daniel API

Structured JSON access to all 12 chapters of the Book of Daniel.

Endpoint Reference

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

Sample JSON Response

{
  "status": "success",
  "type": "full_chapter",
  "version": "KJV",
  "book": {
    "id": 27,
    "name": "Daniel"
  },
  "chapter": 1,
  "range": null,
  "results_count": 21,
  "data": [
    {
      "verse": 1,
      "text": "In the third year of the reign of Jehoiakim king of Judah came Nebuchadnezzar king of Babylon unto Jerusalem, and besieged it."
    },
    {
      "verse": 2,
      "text": "And the Lord gave Jehoiakim king of Judah into his hand, with part of the vessels of the house of God: which he carried into the land of Shinar to the house of his god; and he brought the vessels into the treasure house of his god."
    }
  ]
}
                

Using Daniel Scripture Data

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