Joshua API

Structured JSON access to all 24 chapters of the Book of Joshua.

Endpoint Reference

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

Sample JSON Response

{
  "status": "success",
  "type": "full_chapter",
  "version": "KJV",
  "book": {
    "id": 6,
    "name": "Joshua"
  },
  "chapter": 1,
  "range": null,
  "results_count": 18,
  "data": [
    {
      "verse": 1,
      "text": "Now after the death of Moses the servant of the LORD it came to pass, that the LORD spake unto Joshua the son of Nun, Moses' minister, saying,"
    },
    {
      "verse": 2,
      "text": "Moses my servant is dead; now therefore arise, go over this Jordan, thou, and all this people, unto the land which I do give to them, even to the children of Israel."
    }
  ]
}
                

Using Joshua Scripture Data

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