Structured JSON access to all 4 chapters of the Book of Malachi.
GET /api/scripture?bookID=39&chapter=1&version=KJV
Authorization: Bearer YOUR_API_KEY
{
"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,"
}
]
}
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.