Hebrews API

Structured JSON access to all 13 chapters of the Book of Hebrews.

Endpoint Reference

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

Sample JSON Response

{
  "status": "success",
  "type": "full_chapter",
  "version": "KJV",
  "book": {
    "id": 58,
    "name": "Hebrews"
  },
  "chapter": 1,
  "range": null,
  "results_count": 14,
  "data": [
    {
      "verse": 1,
      "text": "God, who at sundry times and in divers manners spake in time past unto the fathers by the prophets,"
    },
    {
      "verse": 2,
      "text": "Hath in these last days spoken unto us by his Son, whom he hath appointed heir of all things, by whom also he made the worlds;"
    }
  ]
}
                

Using Hebrews Scripture Data

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