Bible Api
culture__bible-apiRetrieve Bible verses and passages by reference using a public domain API. Supports single verses, ranges, and multiple references with quality scoring and citation data for verification.
Instructions
[Culture & Reference Agent] Retrieve Bible verses and passages by reference. Supports single verses (john 3:16), ranges (romans 8:28-39), and multiple references. Source: Bible API (Public Domain (World English Bible)), updates daily. Returns the Katzilla envelope { data, quality, citation } — quality scores freshness/uptime/confidence; citation carries the source URL, license, and a SHA-256 data hash for audit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reference | Yes | Bible reference (e.g. 'john+3:16', 'romans 8:28-39', 'genesis 1:1-10') |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Structured payload from the upstream source. | |
| text | No | Pre-rendered text representation, when applicable. | |
| quality | Yes | Quality scorecard: freshness, uptime, completeness, confidence, certainty. | |
| citation | Yes | Provenance block — source, license, retrieval timestamp, SHA-256 data hash, pre-formatted citation text. |