1 Corinthians API

Structured JSON access to all 16 chapters of the Book of 1 Corinthians.

Endpoint Reference

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

Sample JSON Response

{
  "status": "success",
  "type": "full_chapter",
  "version": "KJV",
  "book": {
    "id": 46,
    "name": "1 Corinthians"
  },
  "chapter": 1,
  "range": null,
  "results_count": 31,
  "data": [
    {
      "verse": 1,
      "text": "Paul, called to be an apostle of Jesus Christ through the will of God, and Sosthenes our brother,"
    },
    {
      "verse": 2,
      "text": "Unto the church of God which is at Corinth, to them that are sanctified in Christ Jesus, called to be saints, with all that in every place call upon the name of Jesus Christ our Lord, both theirs and ours:"
    }
  ]
}
                

Using 1 Corinthians Scripture Data

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