Structured JSON access to all 6 chapters of the Book of Galatians.
GET /api/scripture?bookID=48&chapter=1&version=KJV
Authorization: Bearer YOUR_API_KEY
{
"status": "success",
"type": "full_chapter",
"version": "KJV",
"book": {
"id": 48,
"name": "Galatians"
},
"chapter": 1,
"range": null,
"results_count": 24,
"data": [
{
"verse": 1,
"text": "Paul, an apostle, (not of men, neither by man, but by Jesus Christ, and God the Father, who raised him from the dead;)"
},
{
"verse": 2,
"text": "And all the brethren which are with me, unto the churches of Galatia:"
}
]
}
BibleBridge provides canonical JSON access to Galatians 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.