Structured JSON access to all 4 chapters of the Book of Ruth.
GET /api/scripture?bookID=8&chapter=1&version=KJV
Authorization: Bearer YOUR_API_KEY
{
"status": "success",
"type": "full_chapter",
"version": "KJV",
"book": {
"id": 8,
"name": "Ruth"
},
"chapter": 1,
"range": null,
"results_count": 22,
"data": [
{
"verse": 1,
"text": "Now it came to pass in the days when the judges ruled, that there was a famine in the land. And a certain man of Bethlehemjudah went to sojourn in the country of Moab, he, and his wife, and his two sons."
},
{
"verse": 2,
"text": "And the name of the man was Elimelech, and the name of his wife Naomi, and the name of his two sons Mahlon and Chilion, Ephrathites of Bethlehemjudah. And they came into the country of Moab, and continued there."
}
]
}
BibleBridge provides canonical JSON access to Ruth 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.