1 Kings API

Structured JSON access to all 22 chapters of the Book of 1 Kings.

Endpoint Reference

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

Sample JSON Response

{
  "status": "success",
  "type": "full_chapter",
  "version": "KJV",
  "book": {
    "id": 11,
    "name": "1 Kings"
  },
  "chapter": 1,
  "range": null,
  "results_count": 53,
  "data": [
    {
      "verse": 1,
      "text": "Now king David was old and stricken in years; and they covered him with clothes, but he gat no heat."
    },
    {
      "verse": 2,
      "text": "Wherefore his servants said unto him, Let there be sought for my lord the king a young virgin: and let her stand before the king, and let her cherish him, and let her lie in thy bosom, that my lord the king may get heat."
    }
  ]
}
                

Using 1 Kings Scripture Data

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