Structured JSON access to all 12 chapters of the Book of Ecclesiastes.
GET /api/scripture?bookID=21&chapter=1&version=KJV
Authorization: Bearer YOUR_API_KEY
{
"status": "success",
"type": "full_chapter",
"version": "KJV",
"book": {
"id": 21,
"name": "Ecclesiastes"
},
"chapter": 1,
"range": null,
"results_count": 18,
"data": [
{
"verse": 1,
"text": "The words of the Preacher, the son of David, king in Jerusalem."
},
{
"verse": 2,
"text": "Vanity of vanities, saith the Preacher, vanity of vanities; all is vanity."
}
]
}
BibleBridge provides canonical JSON access to Ecclesiastes 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.