Ecclesiastes API

Structured JSON access to all 12 chapters of the Book of Ecclesiastes.

Endpoint Reference

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

Sample JSON Response

{
  "status": "success",
  "type": "full_chapter",
  "version": "KJV",
  "book": {
    "id": 21,
    "name": "Ecclesiastes"
  },
  "chapter": 1,
  "range": null,
  "results_count": 18,
  "data": [
    {
      "verse": 1,
      "text": "The words of the Preacher, the son of David, king in Jerusalem."
    },
    {
      "verse": 2,
      "text": "Vanity of vanities, saith the Preacher, vanity of vanities; all is vanity."
    }
  ]
}
                

Using Ecclesiastes Scripture Data

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