Structured JSON access to the single chapter of the Book of Jude.
GET /api/scripture?bookID=65&chapter=1&version=KJV
Authorization: Bearer YOUR_API_KEY
{
"status": "success",
"type": "full_chapter",
"version": "KJV",
"book": {
"id": 65,
"name": "Jude"
},
"chapter": 1,
"range": null,
"results_count": 25,
"data": [
{
"verse": 1,
"text": "Jude, the servant of Jesus Christ, and brother of James, to them that are sanctified by God the Father, and preserved in Jesus Christ, and called:"
},
{
"verse": 2,
"text": "Mercy unto you, and peace, and love, be multiplied."
}
]
}
BibleBridge provides canonical JSON access to Jude 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.