Books · head-to-head

Ganjoor vs Urantia Papers

Ganjoor

REST API behind the Ganjoor open-source classical Persian poetry archive, covering hundreds of poets (Hafez, Rumi, Ferdowsi, and more) with full poem text, biographical metadata, manuscript images, and audio recitations. Every read endpoint (poets, poem categories, verses) is fully keyless; only the write endpoints used by the project's own contributor tools require an OAuth2 bearer token.

Urantia Papers

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.

GanjoorUrantia Papers
AuthenticationNoneNone
Pricingfreefree
FormatsJSONJSON
CORSyesyes
HTTPSYesYes

More comparisons