Ephesians API

Structured JSON access to all 6 chapters of the Book of Ephesians.

Endpoint Reference

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

Sample JSON Response

{
  "status": "success",
  "type": "full_chapter",
  "version": "KJV",
  "book": {
    "id": 49,
    "name": "Ephesians"
  },
  "chapter": 1,
  "range": null,
  "results_count": 23,
  "data": [
    {
      "verse": 1,
      "text": "Paul, an apostle of Jesus Christ by the will of God, to the saints which are at Ephesus, and to the faithful in Christ Jesus:"
    },
    {
      "verse": 2,
      "text": "Grace be to you, and peace, from God our Father, and from the Lord Jesus Christ."
    }
  ]
}
                

Using Ephesians Scripture Data

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