Philemon API

Structured JSON access to the single chapter of the Book of Philemon.

Endpoint Reference

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

Sample JSON Response

{
  "status": "success",
  "type": "full_chapter",
  "version": "KJV",
  "book": {
    "id": 57,
    "name": "Philemon"
  },
  "chapter": 1,
  "range": null,
  "results_count": 25,
  "data": [
    {
      "verse": 1,
      "text": "Paul, a prisoner of Jesus Christ, and Timothy our brother, unto Philemon our dearly beloved, and fellowlabourer,"
    },
    {
      "verse": 2,
      "text": "And to our beloved Apphia, and Archippus our fellowsoldier, and to the church in thy house:"
    }
  ]
}
                

Using Philemon Scripture Data

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