1 Peter API

Structured JSON access to all 5 chapters of the Book of 1 Peter.

Endpoint Reference

GET /api/scripture?bookID=60&chapter=1&version=KJV
Authorization: Bearer YOUR_API_KEY
  
  • Book: 1 Peter
  • Book ID: 60
  • Chapters: 1 – 5
  • Format: application/json
  • License: Public Domain (KJV)
Licensing Safe: 1 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": 60,
    "name": "1 Peter"
  },
  "chapter": 1,
  "range": null,
  "results_count": 25,
  "data": [
    {
      "verse": 1,
      "text": "Peter, an apostle of Jesus Christ, to the strangers scattered throughout Pontus, Galatia, Cappadocia, Asia, and Bithynia,"
    },
    {
      "verse": 2,
      "text": "Elect according to the foreknowledge of God the Father, through sanctification of the Spirit, unto obedience and sprinkling of the blood of Jesus Christ: Grace unto you, and peace, be multiplied."
    }
  ]
}
                

Using 1 Peter Scripture Data

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