Joel API

Structured JSON access to all 3 chapters of the Book of Joel.

Endpoint Reference

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

Sample JSON Response

{
  "status": "success",
  "type": "full_chapter",
  "version": "KJV",
  "book": {
    "id": 29,
    "name": "Joel"
  },
  "chapter": 1,
  "range": null,
  "results_count": 20,
  "data": [
    {
      "verse": 1,
      "text": "The word of the LORD that came to Joel the son of Pethuel."
    },
    {
      "verse": 2,
      "text": "Hear this, ye old men, and give ear, all ye inhabitants of the land. Hath this been in your days, or even in the days of your fathers?"
    }
  ]
}
                

Using Joel Scripture Data

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