Luke API

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

Endpoint Reference

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

Sample JSON Response

{
  "status": "success",
  "type": "full_chapter",
  "version": "KJV",
  "book": {
    "id": 42,
    "name": "Luke"
  },
  "chapter": 1,
  "range": null,
  "results_count": 80,
  "data": [
    {
      "verse": 1,
      "text": "Forasmuch as many have taken in hand to set forth in order a declaration of those things which are most surely believed among us,"
    },
    {
      "verse": 2,
      "text": "Even as they delivered them unto us, which from the beginning were eyewitnesses, and ministers of the word;"
    }
  ]
}
                

Using Luke Scripture Data

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