Titus API

Structured JSON access to all 3 chapters of the Book of Titus.

Endpoint Reference

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

Sample JSON Response

{
  "status": "success",
  "type": "full_chapter",
  "version": "KJV",
  "book": {
    "id": 56,
    "name": "Titus"
  },
  "chapter": 1,
  "range": null,
  "results_count": 16,
  "data": [
    {
      "verse": 1,
      "text": "Paul, a servant of God, and an apostle of Jesus Christ, according to the faith of God's elect, and the acknowledging of the truth which is after godliness;"
    },
    {
      "verse": 2,
      "text": "In hope of eternal life, which God, that cannot lie, promised before the world began;"
    }
  ]
}
                

Using Titus Scripture Data

BibleBridge provides canonical JSON access to Titus 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.