3 John API

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

Endpoint Reference

GET /api/scripture?bookID=64&chapter=1&version=KJV
Authorization: Bearer YOUR_API_KEY
  
  • Book: 3 John
  • Book ID: 64
  • Chapters: 1
  • Format: application/json
  • License: Public Domain (KJV)
Licensing Safe: 3 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": 64,
    "name": "3 John"
  },
  "chapter": 1,
  "range": null,
  "results_count": 14,
  "data": [
    {
      "verse": 1,
      "text": "The elder unto the wellbeloved Gaius, whom I love in the truth."
    },
    {
      "verse": 2,
      "text": "Beloved, I wish above all things that thou mayest prosper and be in health, even as thy soul prospereth."
    }
  ]
}
                

Using 3 John Scripture Data

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