Psalm API

Structured JSON access to all 150 chapters of the Book of Psalm.

Endpoint Reference

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

Sample JSON Response

{
  "status": "success",
  "type": "full_chapter",
  "version": "KJV",
  "book": {
    "id": 19,
    "name": "Psalm"
  },
  "chapter": 1,
  "range": null,
  "results_count": 6,
  "data": [
    {
      "verse": 1,
      "text": "Blessed is the man that walketh not in the counsel of the ungodly, nor standeth in the way of sinners, nor sitteth in the seat of the scornful."
    },
    {
      "verse": 2,
      "text": "But his delight is in the law of the LORD; and in his law doth he meditate day and night."
    }
  ]
}
                

Using Psalm Scripture Data

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