2 John API

Structured JSON access to the single chapter of the Book of 2 John.

Endpoint Reference

GET /api/scripture?bookID=63&chapter=1&version=KJV
Authorization: Bearer YOUR_API_KEY
  
  • Book: 2 John
  • Book ID: 63
  • Chapters: 1
  • Format: application/json
  • License: Public Domain (KJV)
Licensing Safe: 2 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": 63,
    "name": "2 John"
  },
  "chapter": 1,
  "range": null,
  "results_count": 13,
  "data": [
    {
      "verse": 1,
      "text": "The elder unto the elect lady and her children, whom I love in the truth; and not I only, but also all they that have known the truth;"
    },
    {
      "verse": 2,
      "text": "For the truth's sake, which dwelleth in us, and shall be with us for ever."
    }
  ]
}
                

Using 2 John Scripture Data

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