2 Chronicles API

Structured JSON access to all 36 chapters of the Book of 2 Chronicles.

Endpoint Reference

GET /api/scripture?bookID=14&chapter=1&version=KJV
Authorization: Bearer YOUR_API_KEY
  
  • Book: 2 Chronicles
  • Book ID: 14
  • Chapters: 1 – 36
  • Format: application/json
  • License: Public Domain (KJV)
Licensing Safe: 2 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": 14,
    "name": "2 Chronicles"
  },
  "chapter": 1,
  "range": null,
  "results_count": 17,
  "data": [
    {
      "verse": 1,
      "text": "And Solomon the son of David was strengthened in his kingdom, and the LORD his God was with him, and magnified him exceedingly."
    },
    {
      "verse": 2,
      "text": "Then Solomon spake unto all Israel, to the captains of thousands and of hundreds, and to the judges, and to every governor in all Israel, the chief of the fathers."
    }
  ]
}
                

Using 2 Chronicles Scripture Data

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