Structured JSON access to all 3 chapters of the Book of Nahum.
GET /api/scripture?bookID=34&chapter=1&version=KJV
Authorization: Bearer YOUR_API_KEY
{
"status": "success",
"type": "full_chapter",
"version": "KJV",
"book": {
"id": 34,
"name": "Nahum"
},
"chapter": 1,
"range": null,
"results_count": 15,
"data": [
{
"verse": 1,
"text": "The burden of Nineveh. The book of the vision of Nahum the Elkoshite."
},
{
"verse": 2,
"text": "God is jealous, and the LORD revengeth; the LORD revengeth, and is furious; the LORD will take vengeance on his adversaries, and he reserveth wrath for his enemies."
}
]
}
BibleBridge provides canonical JSON access to Nahum 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.