Leviticus API

Structured JSON access to all 27 chapters of the Book of Leviticus.

Endpoint Reference

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

Sample JSON Response

{
  "status": "success",
  "type": "full_chapter",
  "version": "KJV",
  "book": {
    "id": 3,
    "name": "Leviticus"
  },
  "chapter": 1,
  "range": null,
  "results_count": 17,
  "data": [
    {
      "verse": 1,
      "text": "And the LORD called unto Moses, and spake unto him out of the tabernacle of the congregation, saying,"
    },
    {
      "verse": 2,
      "text": "Speak unto the children of Israel, and say unto them, If any man of you bring an offering unto the LORD, ye shall bring your offering of the cattle, even of the herd, and of the flock."
    }
  ]
}
                

Using Leviticus Scripture Data

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