Deuteronomy API

Structured JSON access to all 34 chapters of the Book of Deuteronomy.

Endpoint Reference

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

Sample JSON Response

{
  "status": "success",
  "type": "full_chapter",
  "version": "KJV",
  "book": {
    "id": 5,
    "name": "Deuteronomy"
  },
  "chapter": 1,
  "range": null,
  "results_count": 46,
  "data": [
    {
      "verse": 1,
      "text": "These be the words which Moses spake unto all Israel on this side Jordan in the wilderness, in the plain over against the Red sea, between Paran, and Tophel, and Laban, and Hazeroth, and Dizahab."
    },
    {
      "verse": 2,
      "text": "(There are eleven days' journey from Horeb by the way of mount Seir unto Kadeshbarnea.)"
    }
  ]
}
                

Using Deuteronomy Scripture Data

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