Structured JSON access to all 16 chapters of the Book of 1 Corinthians.
GET /api/scripture?bookID=46&chapter=1&version=KJV
Authorization: Bearer YOUR_API_KEY
{
"status": "success",
"type": "full_chapter",
"version": "KJV",
"book": {
"id": 46,
"name": "1 Corinthians"
},
"chapter": 1,
"range": null,
"results_count": 31,
"data": [
{
"verse": 1,
"text": "Paul, called to be an apostle of Jesus Christ through the will of God, and Sosthenes our brother,"
},
{
"verse": 2,
"text": "Unto the church of God which is at Corinth, to them that are sanctified in Christ Jesus, called to be saints, with all that in every place call upon the name of Jesus Christ our Lord, both theirs and ours:"
}
]
}
BibleBridge provides canonical JSON access to 1 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.