Structured JSON access to all 3 chapters of the Book of Joel.
GET /api/scripture?bookID=29&chapter=1&version=KJV
Authorization: Bearer YOUR_API_KEY
{
"status": "success",
"type": "full_chapter",
"version": "KJV",
"book": {
"id": 29,
"name": "Joel"
},
"chapter": 1,
"range": null,
"results_count": 20,
"data": [
{
"verse": 1,
"text": "The word of the LORD that came to Joel the son of Pethuel."
},
{
"verse": 2,
"text": "Hear this, ye old men, and give ear, all ye inhabitants of the land. Hath this been in your days, or even in the days of your fathers?"
}
]
}
BibleBridge provides canonical JSON access to Joel 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.