Numbers API

Structured JSON access to all 36 chapters of the Book of Numbers.

Endpoint Reference

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

Sample JSON Response

{
  "status": "success",
  "type": "full_chapter",
  "version": "KJV",
  "book": {
    "id": 4,
    "name": "Numbers"
  },
  "chapter": 1,
  "range": null,
  "results_count": 54,
  "data": [
    {
      "verse": 1,
      "text": "And the LORD spake unto Moses in the wilderness of Sinai, in the tabernacle of the congregation, on the first day of the second month, in the second year after they were come out of the land of Egypt, saying,"
    },
    {
      "verse": 2,
      "text": "Take ye the sum of all the congregation of the children of Israel, after their families, by the house of their fathers, with the number of their names, every male by their polls;"
    }
  ]
}
                

Using Numbers Scripture Data

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