Structured JSON access to all 16 chapters of the Book of Romans.
GET /api/scripture?bookID=45&chapter=1&version=KJV
Authorization: Bearer YOUR_API_KEY
{
"status": "success",
"type": "full_chapter",
"version": "KJV",
"book": {
"id": 45,
"name": "Romans"
},
"chapter": 1,
"range": null,
"results_count": 32,
"data": [
{
"verse": 1,
"text": "Paul, a servant of Jesus Christ, called to be an apostle, separated unto the gospel of God,"
},
{
"verse": 2,
"text": "(Which he had promised afore by his prophets in the holy scriptures,)"
}
]
}
BibleBridge provides canonical JSON access to Romans 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.