Jonah API

Structured JSON access to all 4 chapters of the Book of Jonah.

Endpoint Reference

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

Sample JSON Response

{
  "status": "success",
  "type": "full_chapter",
  "version": "KJV",
  "book": {
    "id": 32,
    "name": "Jonah"
  },
  "chapter": 1,
  "range": null,
  "results_count": 17,
  "data": [
    {
      "verse": 1,
      "text": "Now the word of the LORD came unto Jonah the son of Amittai, saying,"
    },
    {
      "verse": 2,
      "text": "Arise, go to Nineveh, that great city, and cry against it; for their wickedness is come up before me."
    }
  ]
}
                

Using Jonah Scripture Data

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