Structured JSON access to all 3 chapters of the Book of Titus.
GET /api/scripture?bookID=56&chapter=1&version=KJV
Authorization: Bearer YOUR_API_KEY
{
"status": "success",
"type": "full_chapter",
"version": "KJV",
"book": {
"id": 56,
"name": "Titus"
},
"chapter": 1,
"range": null,
"results_count": 16,
"data": [
{
"verse": 1,
"text": "Paul, a servant of God, and an apostle of Jesus Christ, according to the faith of God's elect, and the acknowledging of the truth which is after godliness;"
},
{
"verse": 2,
"text": "In hope of eternal life, which God, that cannot lie, promised before the world began;"
}
]
}
BibleBridge provides canonical JSON access to Titus 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.