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