1 John API

Structured JSON access to all 5 chapters of the Book of 1 John.

Endpoint Reference

GET /api/scripture?bookID=62&chapter=1&version=KJV
Authorization: Bearer YOUR_API_KEY
  
  • Book: 1 John
  • Book ID: 62
  • Chapters: 1 – 5
  • Format: application/json
  • License: Public Domain (KJV)
Licensing Safe: 1 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": 62,
    "name": "1 John"
  },
  "chapter": 1,
  "range": null,
  "results_count": 10,
  "data": [
    {
      "verse": 1,
      "text": "That which was from the beginning, which we have heard, which we have seen with our eyes, which we have looked upon, and our hands have handled, of the Word of life;"
    },
    {
      "verse": 2,
      "text": "(For the life was manifested, and we have seen it, and bear witness, and shew unto you that eternal life, which was with the Father, and was manifested unto us;)"
    }
  ]
}
                

Using 1 John Scripture Data

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