Ruth API

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

Endpoint Reference

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

Sample JSON Response

{
  "status": "success",
  "type": "full_chapter",
  "version": "KJV",
  "book": {
    "id": 8,
    "name": "Ruth"
  },
  "chapter": 1,
  "range": null,
  "results_count": 22,
  "data": [
    {
      "verse": 1,
      "text": "Now it came to pass in the days when the judges ruled, that there was a famine in the land. And a certain man of Bethlehemjudah went to sojourn in the country of Moab, he, and his wife, and his two sons."
    },
    {
      "verse": 2,
      "text": "And the name of the man was Elimelech, and the name of his wife Naomi, and the name of his two sons Mahlon and Chilion, Ephrathites of Bethlehemjudah. And they came into the country of Moab, and continued there."
    }
  ]
}
                

Using Ruth Scripture Data

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