Colossians API

Structured JSON access to all 4 chapters of the Book of Colossians.

Endpoint Reference

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

Sample JSON Response

{
  "status": "success",
  "type": "full_chapter",
  "version": "KJV",
  "book": {
    "id": 51,
    "name": "Colossians"
  },
  "chapter": 1,
  "range": null,
  "results_count": 29,
  "data": [
    {
      "verse": 1,
      "text": "Paul, an apostle of Jesus Christ by the will of God, and Timotheus our brother,"
    },
    {
      "verse": 2,
      "text": "To the saints and faithful brethren in Christ which are at Colosse: Grace be unto you, and peace, from God our Father and the Lord Jesus Christ."
    }
  ]
}
                

Using Colossians Scripture Data

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