Malachi API

Structured JSON access to all 4 chapters of the Book of Malachi.

Endpoint Reference

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

Sample JSON Response

{
  "status": "success",
  "type": "full_chapter",
  "version": "KJV",
  "book": {
    "id": 39,
    "name": "Malachi"
  },
  "chapter": 1,
  "range": null,
  "results_count": 14,
  "data": [
    {
      "verse": 1,
      "text": "The burden of the word of the LORD to Israel by Malachi."
    },
    {
      "verse": 2,
      "text": "I have loved you, saith the LORD. Yet ye say, Wherein hast thou loved us? Was not Esau Jacob's brother? saith the LORD: yet I loved Jacob,"
    }
  ]
}
                

Using Malachi Scripture Data

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