Major Prophets Bible API

Programmatic access to the Major Prophets of the Old Testament via a single, stable JSON API. Canonical, public-domain scripture data designed for long-term use.

Generic Endpoint Pattern

GET /api/scripture?bookID={BOOK_ID}&chapter=1&version=KJV Authorization: Bearer YOUR_API_KEY
  • Category: Major Prophets
  • Books: Isaiah-Daniel
  • Book IDs: 23-27
  • Format: application/json
  • License: Public Domain (KJV)
Licensing Safe: All Major Prophet texts are verified public domain and may be used commercially.

Sample JSON Response

{
  "status": "success",
  "type": "full_chapter",
  "version": "KJV",
  "book": {
    "id": 23,
    "name": "Isaiah"
  },
  "chapter": 1,
  "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."
    }
  ]
}
                

Included Books

Isaiah
66 chapters · Book ID 23
View Isaiah API
Jeremiah
52 chapters · Book ID 24
View Jeremiah API
Lamentations
5 chapters · Book ID 25
View Lamentations API
Ezekiel
48 chapters · Book ID 26
View Ezekiel API
Daniel
12 chapters · Book ID 27
View Daniel API

Using Major Prophets Scripture Data

The Major Prophets consist of five books addressing covenant faithfulness, judgment, exile, and restoration. BibleBridge provides consistent JSON access using stable identifiers, making these texts suitable for large-scale prophetic studies, timeline analysis, and AI-powered research.