Structured JSON access to all 13 chapters of the Book of Nehemiah.
GET /api/scripture?bookID=16&chapter=1&version=KJV
Authorization: Bearer YOUR_API_KEY
{
"status": "success",
"type": "full_chapter",
"version": "KJV",
"book": {
"id": 16,
"name": "Nehemiah"
},
"chapter": 1,
"range": null,
"results_count": 11,
"data": [
{
"verse": 1,
"text": "The words of Nehemiah the son of Hachaliah. And it came to pass in the month Chisleu, in the twentieth year, as I was in Shushan the palace,"
},
{
"verse": 2,
"text": "That Hanani, one of my brethren, came, he and certain men of Judah; and I asked them concerning the Jews that had escaped, which were left of the captivity, and concerning Jerusalem."
}
]
}
BibleBridge provides canonical JSON access to Nehemiah 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.