Structured JSON access to all 4 chapters of the Book of Colossians.
GET /api/scripture?bookID=51&chapter=1&version=KJV
Authorization: Bearer YOUR_API_KEY
{
"status": "success",
"type": "full_chapter",
"version": "KJV",
"book": {
"id": 51,
"name": "Colossians"
},
"chapter": 1,
"range": null,
"results_count": 29,
"data": [
{
"verse": 1,
"text": "Paul, an apostle of Jesus Christ by the will of God, and Timotheus our brother,"
},
{
"verse": 2,
"text": "To the saints and faithful brethren in Christ which are at Colosse: Grace be unto you, and peace, from God our Father and the Lord Jesus Christ."
}
]
}
BibleBridge provides canonical JSON access to Colossians 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.