Skip to main content
GET
/
scriptures
/
bibleMetadata
Get Bible metadata
curl --request GET \
  --url https://api.thehaystack.ai/v2/haystack/scriptures/bibleMetadata \
  --header 'Authorization: Bearer <token>'
{
  "books": {},
  "chaptersPerBook": {},
  "versesPerChapter": {}
}

Authorizations

Authorization
string
header
required

Enter your API token from the Haystack dashboard

Response

200 - application/json

Bible metadata

books
object

Map of book key → display name

chaptersPerBook
object
versesPerChapter
object