Structured JSON access to all 9 chapters of the Book of Amos.
GET /api/scripture?bookID=30&chapter=1&version=KJV
Authorization: Bearer YOUR_API_KEY
{
"status": "success",
"type": "full_chapter",
"version": "KJV",
"book": {
"id": 30,
"name": "Amos"
},
"chapter": 1,
"range": null,
"results_count": 15,
"data": [
{
"verse": 1,
"text": "The words of Amos, who was among the herdmen of Tekoa, which he saw concerning Israel in the days of Uzziah king of Judah, and in the days of Jeroboam the son of Joash king of Israel, two years before the earthquake."
},
{
"verse": 2,
"text": "And he said, The LORD will roar from Zion, and utter his voice from Jerusalem; and the habitations of the shepherds shall mourn, and the top of Carmel shall wither."
}
]
}
BibleBridge provides canonical JSON access to Amos 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.