Isaiah API

Structured JSON access to all 66 chapters of the Book of Isaiah.

Endpoint Reference

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

Sample JSON Response

{
  "status": "success",
  "type": "full_chapter",
  "version": "KJV",
  "book": {
    "id": 23,
    "name": "Isaiah"
  },
  "chapter": 1,
  "range": null,
  "results_count": 31,
  "data": [
    {
      "verse": 1,
      "text": "The vision of Isaiah the son of Amoz, which he saw concerning Judah and Jerusalem in the days of Uzziah, Jotham, Ahaz, and Hezekiah, kings of Judah."
    },
    {
      "verse": 2,
      "text": "Hear, O heavens, and give ear, O earth: for the LORD hath spoken, I have nourished and brought up children, and they have rebelled against me."
    }
  ]
}
                

Using Isaiah Scripture Data

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