cURL
curl --request GET \ --url https://api.thehaystack.ai/v2/haystack/scriptures/fullText \ --header 'Authorization: Bearer <token>'
{ "book": "<string>", "bookName": "<string>", "chapter": 123, "verse": 123, "citation": "John 3:16", "verses": {} }
Retrieve Bible text for a book/chapter/verse range in the requested translation.
Enter your API token from the Haystack dashboard
asv
kjv
Single verse; omit to get the full chapter
Bible text for the requested passage
Single verse if only verse was supplied
verse
"John 3:16"
Map of verse number → text for the requested passage
Show child attributes