Structured JSON access to all 6 chapters of the Book of 1 Timothy.
GET /api/scripture?bookID=54&chapter=1&version=KJV
Authorization: Bearer YOUR_API_KEY
{
"status": "success",
"type": "full_chapter",
"version": "KJV",
"book": {
"id": 54,
"name": "1 Timothy"
},
"chapter": 1,
"range": null,
"results_count": 20,
"data": [
{
"verse": 1,
"text": "Paul, an apostle of Jesus Christ by the commandment of God our Saviour, and Lord Jesus Christ, which is our hope;"
},
{
"verse": 2,
"text": "Unto Timothy, my own son in the faith: Grace, mercy, and peace, from God our Father and Jesus Christ our Lord."
}
]
}
BibleBridge provides canonical JSON access to 1 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.