Structured JSON access to all 42 chapters of the Book of Job.
GET /api/scripture?bookID=18&chapter=1&version=KJV
Authorization: Bearer YOUR_API_KEY
{
"status": "success",
"type": "full_chapter",
"version": "KJV",
"book": {
"id": 18,
"name": "Job"
},
"chapter": 1,
"range": null,
"results_count": 22,
"data": [
{
"verse": 1,
"text": "There was a man in the land of Uz, whose name was Job; and that man was perfect and upright, and one that feared God, and eschewed evil."
},
{
"verse": 2,
"text": "And there were born unto him seven sons and three daughters."
}
]
}
BibleBridge provides canonical JSON access to Job 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.