Structured JSON access to all 13 chapters of the Book of 2 Corinthians.
GET /api/scripture?bookID=47&chapter=1&version=KJV
Authorization: Bearer YOUR_API_KEY
{
"status": "success",
"type": "full_chapter",
"version": "KJV",
"book": {
"id": 47,
"name": "2 Corinthians"
},
"chapter": 1,
"range": null,
"results_count": 24,
"data": [
{
"verse": 1,
"text": "Paul, an apostle of Jesus Christ by the will of God, and Timothy our brother, unto the church of God which is at Corinth, with all the saints which are in all Achaia:"
},
{
"verse": 2,
"text": "Grace be to you and peace from God our Father, and from the Lord Jesus Christ."
}
]
}
BibleBridge provides canonical JSON access to 2 Corinthians 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.