2 Samuel API

Structured JSON access to all 24 chapters of the Book of 2 Samuel.

Endpoint Reference

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

Sample JSON Response

{
  "status": "success",
  "type": "full_chapter",
  "version": "KJV",
  "book": {
    "id": 10,
    "name": "2 Samuel"
  },
  "chapter": 1,
  "range": null,
  "results_count": 27,
  "data": [
    {
      "verse": 1,
      "text": "Now it came to pass after the death of Saul, when David was returned from the slaughter of the Amalekites, and David had abode two days in Ziklag;"
    },
    {
      "verse": 2,
      "text": "It came even to pass on the third day, that, behold, a man came out of the camp from Saul with his clothes rent, and earth upon his head: and so it was, when he came to David, that he fell to the earth, and did obeisance."
    }
  ]
}
                

Using 2 Samuel Scripture Data

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