Structured JSON access to the single chapter of the Book of 2 John.
GET /api/scripture?bookID=63&chapter=1&version=KJV
Authorization: Bearer YOUR_API_KEY
{
"status": "success",
"type": "full_chapter",
"version": "KJV",
"book": {
"id": 63,
"name": "2 John"
},
"chapter": 1,
"range": null,
"results_count": 13,
"data": [
{
"verse": 1,
"text": "The elder unto the elect lady and her children, whom I love in the truth; and not I only, but also all they that have known the truth;"
},
{
"verse": 2,
"text": "For the truth's sake, which dwelleth in us, and shall be with us for ever."
}
]
}
BibleBridge provides canonical JSON access to 2 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.