Structured JSON access to all 22 chapters of the Book of Revelation.
GET /api/scripture?bookID=66&chapter=1&version=KJV
Authorization: Bearer YOUR_API_KEY
{
"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."
}
]
}
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.