Structured JSON access to all 3 chapters of the Book of 2 Peter.
GET /api/scripture?bookID=61&chapter=1&version=KJV
Authorization: Bearer YOUR_API_KEY
{
"status": "success",
"type": "full_chapter",
"version": "KJV",
"book": {
"id": 61,
"name": "2 Peter"
},
"chapter": 1,
"range": null,
"results_count": 21,
"data": [
{
"verse": 1,
"text": "Simon Peter, a servant and an apostle of Jesus Christ, to them that have obtained like precious faith with us through the righteousness of God and our Saviour Jesus Christ:"
},
{
"verse": 2,
"text": "Grace and peace be multiplied unto you through the knowledge of God, and of Jesus our Lord,"
}
]
}
BibleBridge provides canonical JSON access to 2 Peter 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.