Structured JSON access to the single chapter of the Book of Obadiah.
GET /api/scripture?bookID=31&chapter=1&version=KJV
Authorization: Bearer YOUR_API_KEY
{
"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."
}
]
}
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.