Structured JSON access to all 4 chapters of the Book of Philippians.
GET /api/scripture?bookID=50&chapter=1&version=KJV
Authorization: Bearer YOUR_API_KEY
{
"status": "success",
"type": "full_chapter",
"version": "KJV",
"book": {
"id": 50,
"name": "Philippians"
},
"chapter": 1,
"range": null,
"results_count": 30,
"data": [
{
"verse": 1,
"text": "Paul and Timotheus, the servants of Jesus Christ, to all the saints in Christ Jesus which are at Philippi, with the bishops and deacons:"
},
{
"verse": 2,
"text": "Grace be unto you, and peace, from God our Father, and from the Lord Jesus Christ."
}
]
}
BibleBridge provides canonical JSON access to Philippians 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.