Proverbs API

Structured JSON access to all 31 chapters of the Book of Proverbs.

Endpoint Reference

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

Sample JSON Response

{
  "status": "success",
  "type": "full_chapter",
  "version": "KJV",
  "book": {
    "id": 20,
    "name": "Proverbs"
  },
  "chapter": 1,
  "range": null,
  "results_count": 33,
  "data": [
    {
      "verse": 1,
      "text": "The proverbs of Solomon the son of David, king of Israel;"
    },
    {
      "verse": 2,
      "text": "To know wisdom and instruction; to perceive the words of understanding;"
    }
  ]
}
                

Using Proverbs Scripture Data

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