Nehemiah API

Structured JSON access to all 13 chapters of the Book of Nehemiah.

Endpoint Reference

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

Sample JSON Response

{
  "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."
    }
  ]
}
                

Using Nehemiah Scripture Data

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.