Structured JSON access to all 5 chapters of the Book of 1 Peter.
GET /api/scripture?bookID=60&chapter=1&version=KJV
Authorization: Bearer YOUR_API_KEY
{
"status": "success",
"type": "full_chapter",
"version": "KJV",
"book": {
"id": 60,
"name": "1 Peter"
},
"chapter": 1,
"range": null,
"results_count": 25,
"data": [
{
"verse": 1,
"text": "Peter, an apostle of Jesus Christ, to the strangers scattered throughout Pontus, Galatia, Cappadocia, Asia, and Bithynia,"
},
{
"verse": 2,
"text": "Elect according to the foreknowledge of God the Father, through sanctification of the Spirit, unto obedience and sprinkling of the blood of Jesus Christ: Grace unto you, and peace, be multiplied."
}
]
}
BibleBridge provides canonical JSON access to 1 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.