The Get Bible Query Workflow is a modular and self-standing workflow designed to retrieve scriptures dynamically based on structured input. It serves as an intermediary layer that extracts references, queries the GetBible API, and returns scriptures in a standardized JSON format.
This workflow is fully prepared for integration—simply call it from another workflow with the required JSON input, and it will return the requested scripture data.
This workflow is ideal for developers, Bible study apps, research tools, and dynamic scripture-based projects that need seamless access to scriptural content without direct API interaction.
✅ Use Cases:
John 3:16,18
).John 3:16-18
).v2
.{
"references": [
"1 John 3:16",
"Jn 3:16",
"James 3:16",
"Rom 3:16"
],
"translation": "kjv",
"version": "v2"
}
{
"result": {
"kjv_62_3": {
"translation": "King James Version",
"abbreviation": "kjv",
"book_name": "1 John",
"chapter": 3,
"ref": ["1 John 3:16"],
"verses": [
{
"chapter": 3,
"verse": 16,
"name": "1 John 3:16",
"text": "Hereby perceive we the love of God, because he laid down his life for us: and we ought to lay down our lives for the brethren."
}
]
}
}
}
💡 Fully structured and formatted response – ready for seamless integration.
The GetBible Query Workflow is designed for immediate use. Simply call it from another workflow and pass the appropriate JSON object as input, and it will return the requested scripture passages.
✔️ No additional configuration is required.
✔️ Designed for fast, reliable, and structured scripture retrieval.
✔️ Fully compatible with GetBible API responses.
✔️ Fast & Reliable → Direct API integration for efficient queries.
✔️ Flexible Queries → Supports single, multi-verse, and ranged requests.
✔️ Agent-Compatible → Easily integrates into automated workflows.
✔️ No Code Needed → Just configure the JSON input and run the workflow.
🔗 API Support
📖 API Documentation
💬 Need help? Join the community for support! 🚀