Structured JSON access to all 4 chapters of the Book of 2 Timothy.
GET /api/scripture?bookID=55&chapter=1&version=KJV
Authorization: Bearer YOUR_API_KEY
{
"status": "success",
"type": "full_chapter",
"version": "KJV",
"book": {
"id": 55,
"name": "2 Timothy"
},
"chapter": 1,
"range": null,
"results_count": 18,
"data": [
{
"verse": 1,
"text": "Paul, an apostle of Jesus Christ by the will of God, according to the promise of life which is in Christ Jesus,"
},
{
"verse": 2,
"text": "To Timothy, my dearly beloved son: Grace, mercy, and peace, from God the Father and Christ Jesus our Lord."
}
]
}
BibleBridge provides canonical JSON access to 2 Timothy 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.