Song of Solomon API

Structured JSON access to all 8 chapters of the Book of Song of Solomon.

Endpoint Reference

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

Sample JSON Response

{
  "status": "success",
  "type": "full_chapter",
  "version": "KJV",
  "book": {
    "id": 22,
    "name": "Song of Solomon"
  },
  "chapter": 1,
  "range": null,
  "results_count": 17,
  "data": [
    {
      "verse": 1,
      "text": "The song of songs, which is Solomon's."
    },
    {
      "verse": 2,
      "text": "Let him kiss me with the kisses of his mouth: for thy love is better than wine."
    }
  ]
}
                

Using Song of Solomon Scripture Data

BibleBridge provides canonical JSON access to Song of Solomon 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.