Structured JSON access to all 3 chapters of the Book of 2 Thessalonians.
GET /api/scripture?bookID=53&chapter=1&version=KJV
Authorization: Bearer YOUR_API_KEY
{
"status": "success",
"type": "full_chapter",
"version": "KJV",
"book": {
"id": 53,
"name": "2 Thessalonians"
},
"chapter": 1,
"range": null,
"results_count": 12,
"data": [
{
"verse": 1,
"text": "Paul, and Silvanus, and Timotheus, unto the church of the Thessalonians in God our Father and the Lord Jesus Christ:"
},
{
"verse": 2,
"text": "Grace unto you, and peace, from God our Father and the Lord Jesus Christ."
}
]
}
BibleBridge provides canonical JSON access to 2 Thessalonians 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.