Programmatic access to the Wisdom literature of the Old Testament via a stable JSON API.
GET /api/scripture?bookID={BOOK_ID}&chapter=1&version=KJV
Authorization: Bearer YOUR_API_KEY
{
"status": "success",
"type": "full_chapter",
"version": "KJV",
"book": {
"id": 18,
"name": "Job"
},
"chapter": 1,
"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."
}
]
}
The Wisdom Books contain poetic, philosophical, and instructional texts exploring ethics, suffering, worship, and human experience. BibleBridge provides consistent JSON access to all Wisdom literature using stable identifiers, making these texts suitable for quotation engines, thematic analysis, devotional tools, and AI-powered scripture research.