Exodus API

Structured JSON access to all 40 chapters of the Book of Exodus.

Endpoint Reference

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

Sample JSON Response

{
  "status": "success",
  "type": "full_chapter",
  "version": "KJV",
  "book": {
    "id": 2,
    "name": "Exodus"
  },
  "chapter": 1,
  "range": null,
  "results_count": 22,
  "data": [
    {
      "verse": 1,
      "text": "Now these are the names of the children of Israel, which came into Egypt; every man and his household came with Jacob."
    },
    {
      "verse": 2,
      "text": "Reuben, Simeon, Levi, and Judah,"
    }
  ]
}
                

Using Exodus Scripture Data

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