2 Peter API

Structured JSON access to all 3 chapters of the Book of 2 Peter.

Endpoint Reference

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

Sample JSON Response

{
  "status": "success",
  "type": "full_chapter",
  "version": "KJV",
  "book": {
    "id": 61,
    "name": "2 Peter"
  },
  "chapter": 1,
  "range": null,
  "results_count": 21,
  "data": [
    {
      "verse": 1,
      "text": "Simon Peter, a servant and an apostle of Jesus Christ, to them that have obtained like precious faith with us through the righteousness of God and our Saviour Jesus Christ:"
    },
    {
      "verse": 2,
      "text": "Grace and peace be multiplied unto you through the knowledge of God, and of Jesus our Lord,"
    }
  ]
}
                

Using 2 Peter Scripture Data

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