Minor Prophets Bible API

Programmatic access to all 12 books of the Minor Prophets 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: Minor Prophets
  • Books: Hosea-Malachi
  • Book IDs: 28-39
  • Format: application/json
  • License: Public Domain (KJV)
Licensing Safe: All Minor Prophets texts are verified public domain and may be used commercially.

Sample JSON Response

{
  "status": "success",
  "type": "full_chapter",
  "version": "KJV",
  "book": {
    "id": 28,
    "name": "Hosea"
  },
  "chapter": 1,
  "results_count": 11,
  "data": [
    {
      "verse": 1,
      "text": "The word of the LORD that came unto Hosea, the son of Beeri, in the days of Uzziah, Jotham, Ahaz, and Hezekiah, kings of Judah, and in the days of Jeroboam the son of Joash, king of Israel."
    },
    {
      "verse": 2,
      "text": "The beginning of the word of the LORD by Hosea. And the LORD said to Hosea, Go, take unto thee a wife of whoredoms and children of whoredoms: for the land hath committed great whoredom, departing from the LORD."
    }
  ]
}
                

Included Books

Hosea
14 chapters · Book ID 28
View Hosea API
Joel
3 chapters · Book ID 29
View Joel API
Amos
9 chapters · Book ID 30
View Amos API
Obadiah
1 chapters · Book ID 31
View Obadiah API
Jonah
4 chapters · Book ID 32
View Jonah API
Micah
7 chapters · Book ID 33
View Micah API
Nahum
3 chapters · Book ID 34
View Nahum API
Habakkuk
3 chapters · Book ID 35
View Habakkuk API
Zephaniah
3 chapters · Book ID 36
View Zephaniah API
Haggai
2 chapters · Book ID 37
View Haggai API
Zechariah
14 chapters · Book ID 38
View Zechariah API
Malachi
4 chapters · Book ID 39
View Malachi API

Using Minor Prophets Scripture Data

The Minor Prophets comprise a cohesive collection of biblical books addressing shared historical, literary, and theological themes. BibleBridge provides consistent JSON access using stable identifiers, making these texts suitable for thematic studies, timeline analysis, and AI-powered scripture research.