Revelation API

Structured JSON access to all 22 chapters of the Book of Revelation.

Endpoint Reference

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

Sample JSON Response

{
  "status": "success",
  "type": "full_chapter",
  "version": "KJV",
  "book": {
    "id": 66,
    "name": "Revelation"
  },
  "chapter": 1,
  "range": null,
  "results_count": 20,
  "data": [
    {
      "verse": 1,
      "text": "The Revelation of Jesus Christ, which God gave unto him, to shew unto his servants things which must shortly come to pass; and he sent and signified it by his angel unto his servant John:"
    },
    {
      "verse": 2,
      "text": "Who bare record of the word of God, and of the testimony of Jesus Christ, and of all things that he saw."
    }
  ]
}
                

Using Revelation Scripture Data

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