Micah API

Structured JSON access to all 7 chapters of the Book of Micah.

Endpoint Reference

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

Sample JSON Response

{
  "status": "success",
  "type": "full_chapter",
  "version": "KJV",
  "book": {
    "id": 33,
    "name": "Micah"
  },
  "chapter": 1,
  "range": null,
  "results_count": 16,
  "data": [
    {
      "verse": 1,
      "text": "The word of the LORD that came to Micah the Morasthite in the days of Jotham, Ahaz, and Hezekiah, kings of Judah, which he saw concerning Samaria and Jerusalem."
    },
    {
      "verse": 2,
      "text": "Hear, all ye people; hearken, O earth, and all that therein is: and let the Lord GOD be witness against you, the Lord from his holy temple."
    }
  ]
}
                

Using Micah Scripture Data

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