Acts API

Structured JSON access to all 28 chapters of the Book of Acts.

Endpoint Reference

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

Sample JSON Response

{
  "status": "success",
  "type": "full_chapter",
  "version": "KJV",
  "book": {
    "id": 44,
    "name": "Acts"
  },
  "chapter": 1,
  "range": null,
  "results_count": 26,
  "data": [
    {
      "verse": 1,
      "text": "The former treatise have I made, O Theophilus, of all that Jesus began both to do and teach,"
    },
    {
      "verse": 2,
      "text": "Until the day in which he was taken up, after that he through the Holy Ghost had given commandments unto the apostles whom he had chosen:"
    }
  ]
}
                

Using Acts Scripture Data

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