Structured JSON access to all 27 chapters of the Book of Leviticus.
GET /api/scripture?bookID=3&chapter=1&version=KJV
Authorization: Bearer YOUR_API_KEY
{
"status": "success",
"type": "full_chapter",
"version": "KJV",
"book": {
"id": 3,
"name": "Leviticus"
},
"chapter": 1,
"range": null,
"results_count": 17,
"data": [
{
"verse": 1,
"text": "And the LORD called unto Moses, and spake unto him out of the tabernacle of the congregation, saying,"
},
{
"verse": 2,
"text": "Speak unto the children of Israel, and say unto them, If any man of you bring an offering unto the LORD, ye shall bring your offering of the cattle, even of the herd, and of the flock."
}
]
}
BibleBridge provides canonical JSON access to Leviticus 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.