Structured JSON access to all 52 chapters of the Book of Jeremiah.
GET /api/scripture?bookID=24&chapter=1&version=KJV
Authorization: Bearer YOUR_API_KEY
{
"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."
}
]
}
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.