Nahum API

Structured JSON access to all 3 chapters of the Book of Nahum.

Endpoint Reference

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

Sample JSON Response

{
  "status": "success",
  "type": "full_chapter",
  "version": "KJV",
  "book": {
    "id": 34,
    "name": "Nahum"
  },
  "chapter": 1,
  "range": null,
  "results_count": 15,
  "data": [
    {
      "verse": 1,
      "text": "The burden of Nineveh. The book of the vision of Nahum the Elkoshite."
    },
    {
      "verse": 2,
      "text": "God is jealous, and the LORD revengeth; the LORD revengeth, and is furious; the LORD will take vengeance on his adversaries, and he reserveth wrath for his enemies."
    }
  ]
}
                

Using Nahum Scripture Data

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