Mark API

Structured JSON access to all 16 chapters of the Book of Mark.

Endpoint Reference

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

Sample JSON Response

{
  "status": "success",
  "type": "full_chapter",
  "version": "KJV",
  "book": {
    "id": 41,
    "name": "Mark"
  },
  "chapter": 1,
  "range": null,
  "results_count": 45,
  "data": [
    {
      "verse": 1,
      "text": "The beginning of the gospel of Jesus Christ, the Son of God;"
    },
    {
      "verse": 2,
      "text": "As it is written in the prophets, Behold, I send my messenger before thy face, which shall prepare thy way before thee."
    }
  ]
}
                

Using Mark Scripture Data

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