Books · head-to-head
Urantia Papers vs Vedic Society
Serves the complete 197-paper Urantia Book as structured JSON — by paper, section, or paragraph — with keyword search (AND/OR/phrase modes) and meaning-based semantic search, plus cross-references to Bible passages and AI-narrated audio for every paragraph. It's built for agent/RAG consumption specifically: a `/toc` endpoint enumerates the whole work up front, and `/paragraphs/:ref/context` returns surrounding paragraphs so a single retrieval call carries enough context. Reading and search endpoints are fully keyless; an optional OAuth app-registration flow exists only for personalized bookmarks and reading-progress, not for basic access.
The companion API to Rig Veda in Anindita Basu's Indica project, this one is a lexicon rather than a hymn index: it returns Nagari script, transliteration, category (flora, fauna, geography, kinship, and more), and meaning for nouns drawn from Vedic literature, via /words/{word}, /descriptions/{description}, and /categories/{category} endpoints. Like its sibling API, the stored docs URL had moved from a flat /html/vs.html page (now a 404) to the site's restructured /topics/ path; the live keyless backend at indica-1hwj.onrender.com/vs/v2 echoed a live Origin header back on a real /words/ash call, confirming CORS is open rather than unknown.
| Urantia Papers | Vedic Society | |
|---|---|---|
| Authentication | None | None |
| Pricing | free | free |
| Formats | JSON | JSON |
| CORS | yes | yes |
| HTTPS | Yes | Yes |