Obadiah API

Structured JSON access to the single chapter of the Book of Obadiah.

Endpoint Reference

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

Sample JSON Response

{
  "status": "success",
  "type": "full_chapter",
  "version": "KJV",
  "book": {
    "id": 31,
    "name": "Obadiah"
  },
  "chapter": 1,
  "range": null,
  "results_count": 21,
  "data": [
    {
      "verse": 1,
      "text": "The vision of Obadiah. Thus saith the Lord GOD concerning Edom; We have heard a rumour from the LORD, and an ambassador is sent among the heathen, Arise ye, and let us rise up against her in battle."
    },
    {
      "verse": 2,
      "text": "Behold, I have made thee small among the heathen: thou art greatly despised."
    }
  ]
}
                

Using Obadiah Scripture Data

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