Machine-readable discovery
- llms.txt — a concise agent guide and curated resource map.
- OpenAPI 3.1 document — core read-only API operations and parameters.
- Agent instructions — best-fit jobs, calling workflow, error recovery, and boundaries.
- API lifecycle policy — versioning, deprecation, and rate-limit guarantees.
- XML sitemap — the complete public page inventory.
- Homepage Markdown — a clean, low-markup overview of Script Bible.
Core read-only endpoints
- GET /api/v1/books — Bible book metadata.
- GET /api/v1/chapters/john/1?version=web — chapter text by version, book, and chapter.
- GET /api/v1/search?q=love&mode=keyword — keyword, meaning, hybrid, and reference search.
No API key is currently required. Version 1 permits additive, backward-compatible changes. Clients should respect HTTP cache headers, use RateLimit and RateLimit-Policy to self-throttle, and wait for Retry-After on 429 responses. Every Script Bible REST error includes a stable code, a message, and a resolution hint.
Integration status
Script Bible does not currently publish an SDK or MCP server. For a broader or supported integration, use the contact page.