Galatians API

Structured JSON access to all 6 chapters of the Book of Galatians.

Endpoint Reference

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

Sample JSON Response

{
  "status": "success",
  "type": "full_chapter",
  "version": "KJV",
  "book": {
    "id": 48,
    "name": "Galatians"
  },
  "chapter": 1,
  "range": null,
  "results_count": 24,
  "data": [
    {
      "verse": 1,
      "text": "Paul, an apostle, (not of men, neither by man, but by Jesus Christ, and God the Father, who raised him from the dead;)"
    },
    {
      "verse": 2,
      "text": "And all the brethren which are with me, unto the churches of Galatia:"
    }
  ]
}
                

Using Galatians Scripture Data

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