Structured JSON access to all 4 chapters of the Book of Jonah.
GET /api/scripture?bookID=32&chapter=1&version=KJV
Authorization: Bearer YOUR_API_KEY
{
"status": "success",
"type": "full_chapter",
"version": "KJV",
"book": {
"id": 32,
"name": "Jonah"
},
"chapter": 1,
"range": null,
"results_count": 17,
"data": [
{
"verse": 1,
"text": "Now the word of the LORD came unto Jonah the son of Amittai, saying,"
},
{
"verse": 2,
"text": "Arise, go to Nineveh, that great city, and cry against it; for their wickedness is come up before me."
}
]
}
BibleBridge provides canonical JSON access to Jonah 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.