1 Thessalonians API

Structured JSON access to all 5 chapters of the Book of 1 Thessalonians.

Endpoint Reference

GET /api/scripture?bookID=52&chapter=1&version=KJV
Authorization: Bearer YOUR_API_KEY
  
  • Book: 1 Thessalonians
  • Book ID: 52
  • Chapters: 1 – 5
  • Format: application/json
  • License: Public Domain (KJV)
Licensing Safe: 1 Thessalonians data is verified public domain and may be used commercially without attribution.

Sample JSON Response

{
  "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;"
    }
  ]
}
                

Using 1 Thessalonians Scripture Data

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.