Structured JSON access to all 36 chapters of the Book of 2 Chronicles.
GET /api/scripture?bookID=14&chapter=1&version=KJV
Authorization: Bearer YOUR_API_KEY
{
"status": "success",
"type": "full_chapter",
"version": "KJV",
"book": {
"id": 14,
"name": "2 Chronicles"
},
"chapter": 1,
"range": null,
"results_count": 17,
"data": [
{
"verse": 1,
"text": "And Solomon the son of David was strengthened in his kingdom, and the LORD his God was with him, and magnified him exceedingly."
},
{
"verse": 2,
"text": "Then Solomon spake unto all Israel, to the captains of thousands and of hundreds, and to the judges, and to every governor in all Israel, the chief of the fathers."
}
]
}
BibleBridge provides canonical JSON access to 2 Chronicles 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.