1 Chronicles API

Structured JSON access to all 29 chapters of the Book of 1 Chronicles.

Endpoint Reference

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

Sample JSON Response

{
  "status": "success",
  "type": "full_chapter",
  "version": "KJV",
  "book": {
    "id": 13,
    "name": "1 Chronicles"
  },
  "chapter": 1,
  "range": null,
  "results_count": 54,
  "data": [
    {
      "verse": 1,
      "text": "Adam, Sheth, Enosh,"
    },
    {
      "verse": 2,
      "text": "Kenan, Mahalaleel, Jered,"
    }
  ]
}
                

Using 1 Chronicles Scripture Data

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