Judges API

Structured JSON access to all 21 chapters of the Book of Judges.

Endpoint Reference

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

Sample JSON Response

{
  "status": "success",
  "type": "full_chapter",
  "version": "KJV",
  "book": {
    "id": 7,
    "name": "Judges"
  },
  "chapter": 1,
  "range": null,
  "results_count": 36,
  "data": [
    {
      "verse": 1,
      "text": "Now after the death of Joshua it came to pass, that the children of Israel asked the LORD, saying, Who shall go up for us against the Canaanites first, to fight against them?"
    },
    {
      "verse": 2,
      "text": "And the LORD said, Judah shall go up: behold, I have delivered the land into his hand."
    }
  ]
}
                

Using Judges Scripture Data

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