Structured JSON access to all 5 chapters of the Book of James.
GET /api/scripture?bookID=59&chapter=1&version=KJV
Authorization: Bearer YOUR_API_KEY
{
"status": "success",
"type": "full_chapter",
"version": "KJV",
"book": {
"id": 59,
"name": "James"
},
"chapter": 1,
"range": null,
"results_count": 27,
"data": [
{
"verse": 1,
"text": "James, a servant of God and of the Lord Jesus Christ, to the twelve tribes which are scattered abroad, greeting."
},
{
"verse": 2,
"text": "My brethren, count it all joy when ye fall into divers temptations;"
}
]
}
BibleBridge provides canonical JSON access to James 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.