John API

Structured JSON access to all 21 chapters of the Book of John.

Endpoint Reference

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

Sample JSON Response

{
  "status": "success",
  "type": "full_chapter",
  "version": "KJV",
  "book": {
    "id": 43,
    "name": "John"
  },
  "chapter": 1,
  "range": null,
  "results_count": 51,
  "data": [
    {
      "verse": 1,
      "text": "In the beginning was the Word, and the Word was with God, and the Word was God."
    },
    {
      "verse": 2,
      "text": "The same was in the beginning with God."
    }
  ]
}
                

Using John Scripture Data

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