Structured JSON access to all 21 chapters of the Book of Judges.
GET /api/scripture?bookID=7&chapter=1&version=KJV
Authorization: Bearer YOUR_API_KEY
{
"status": "success",
"type": "full_chapter",
"version": "KJV",
"book": {
"id": 7,
"name": "Judges"
},
"chapter": 1,
"range": null,
"results_count": 36,
"data": [
{
"verse": 1,
"text": "Now after the death of Joshua it came to pass, that the children of Israel asked the LORD, saying, Who shall go up for us against the Canaanites first, to fight against them?"
},
{
"verse": 2,
"text": "And the LORD said, Judah shall go up: behold, I have delivered the land into his hand."
}
]
}
BibleBridge provides canonical JSON access to Judges 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.