Structured JSON access to the single chapter of the Book of Philemon.
GET /api/scripture?bookID=57&chapter=1&version=KJV
Authorization: Bearer YOUR_API_KEY
{
"status": "success",
"type": "full_chapter",
"version": "KJV",
"book": {
"id": 57,
"name": "Philemon"
},
"chapter": 1,
"range": null,
"results_count": 25,
"data": [
{
"verse": 1,
"text": "Paul, a prisoner of Jesus Christ, and Timothy our brother, unto Philemon our dearly beloved, and fellowlabourer,"
},
{
"verse": 2,
"text": "And to our beloved Apphia, and Archippus our fellowsoldier, and to the church in thy house:"
}
]
}
BibleBridge provides canonical JSON access to Philemon 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.