Jeremiah API

Structured JSON access to all 52 chapters of the Book of Jeremiah.

Endpoint Reference

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

Sample JSON Response

{
  "status": "success",
  "type": "full_chapter",
  "version": "KJV",
  "book": {
    "id": 24,
    "name": "Jeremiah"
  },
  "chapter": 1,
  "range": null,
  "results_count": 19,
  "data": [
    {
      "verse": 1,
      "text": "The words of Jeremiah the son of Hilkiah, of the priests that were in Anathoth in the land of Benjamin:"
    },
    {
      "verse": 2,
      "text": "To whom the word of the LORD came in the days of Josiah the son of Amon king of Judah, in the thirteenth year of his reign."
    }
  ]
}
                

Using Jeremiah Scripture Data

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