Zephaniah API

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

Endpoint Reference

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

Sample JSON Response

{
  "status": "success",
  "type": "full_chapter",
  "version": "KJV",
  "book": {
    "id": 36,
    "name": "Zephaniah"
  },
  "chapter": 1,
  "range": null,
  "results_count": 18,
  "data": [
    {
      "verse": 1,
      "text": "The word of the LORD which came unto Zephaniah the son of Cushi, the son of Gedaliah, the son of Amariah, the son of Hizkiah, in the days of Josiah the son of Amon, king of Judah."
    },
    {
      "verse": 2,
      "text": "I will utterly consume all things from off the land, saith the LORD."
    }
  ]
}
                

Using Zephaniah Scripture Data

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