Structured JSON access to the single chapter of the Book of 3 John.
GET /api/scripture?bookID=64&chapter=1&version=KJV
Authorization: Bearer YOUR_API_KEY
{
"status": "success",
"type": "full_chapter",
"version": "KJV",
"book": {
"id": 64,
"name": "3 John"
},
"chapter": 1,
"range": null,
"results_count": 14,
"data": [
{
"verse": 1,
"text": "The elder unto the wellbeloved Gaius, whom I love in the truth."
},
{
"verse": 2,
"text": "Beloved, I wish above all things that thou mayest prosper and be in health, even as thy soul prospereth."
}
]
}
BibleBridge provides canonical JSON access to 3 John 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.