Structured JSON access to all 150 chapters of the Book of Psalm.
GET /api/scripture?bookID=19&chapter=1&version=KJV
Authorization: Bearer YOUR_API_KEY
{
"status": "success",
"type": "full_chapter",
"version": "KJV",
"book": {
"id": 19,
"name": "Psalm"
},
"chapter": 1,
"range": null,
"results_count": 6,
"data": [
{
"verse": 1,
"text": "Blessed is the man that walketh not in the counsel of the ungodly, nor standeth in the way of sinners, nor sitteth in the seat of the scornful."
},
{
"verse": 2,
"text": "But his delight is in the law of the LORD; and in his law doth he meditate day and night."
}
]
}
BibleBridge provides canonical JSON access to Psalm 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.