Amos API

Structured JSON access to all 9 chapters of the Book of Amos.

Endpoint Reference

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

Sample JSON Response

{
  "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."
    }
  ]
}
                

Using Amos Scripture Data

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.