Structured JSON access to all 22 chapters of the Book of 1 Kings.
GET /api/scripture?bookID=11&chapter=1&version=KJV
Authorization: Bearer YOUR_API_KEY
{
"status": "success",
"type": "full_chapter",
"version": "KJV",
"book": {
"id": 11,
"name": "1 Kings"
},
"chapter": 1,
"range": null,
"results_count": 53,
"data": [
{
"verse": 1,
"text": "Now king David was old and stricken in years; and they covered him with clothes, but he gat no heat."
},
{
"verse": 2,
"text": "Wherefore his servants said unto him, Let there be sought for my lord the king a young virgin: and let her stand before the king, and let her cherish him, and let her lie in thy bosom, that my lord the king may get heat."
}
]
}
BibleBridge provides canonical JSON access to 1 Kings 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.