Structured JSON access to all 29 chapters of the Book of 1 Chronicles.
GET /api/scripture?bookID=13&chapter=1&version=KJV
Authorization: Bearer YOUR_API_KEY
{
"status": "success",
"type": "full_chapter",
"version": "KJV",
"book": {
"id": 13,
"name": "1 Chronicles"
},
"chapter": 1,
"range": null,
"results_count": 54,
"data": [
{
"verse": 1,
"text": "Adam, Sheth, Enosh,"
},
{
"verse": 2,
"text": "Kenan, Mahalaleel, Jered,"
}
]
}
BibleBridge provides canonical JSON access to 1 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.