1 Timothy API

Structured JSON access to all 6 chapters of the Book of 1 Timothy.

Endpoint Reference

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

Sample JSON Response

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

Using 1 Timothy Scripture Data

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.