Zechariah API

Structured JSON access to all 14 chapters of the Book of Zechariah.

Endpoint Reference

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

Sample JSON Response

{
  "status": "success",
  "type": "full_chapter",
  "version": "KJV",
  "book": {
    "id": 38,
    "name": "Zechariah"
  },
  "chapter": 1,
  "range": null,
  "results_count": 21,
  "data": [
    {
      "verse": 1,
      "text": "In the eighth month, in the second year of Darius, came the word of the LORD unto Zechariah, the son of Berechiah, the son of Iddo the prophet, saying,"
    },
    {
      "verse": 2,
      "text": "The LORD hath been sore displeased with your fathers."
    }
  ]
}
                

Using Zechariah Scripture Data

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