Books · head-to-head

Urantia Papers vs Wizard World

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.

Wizard World

A community-run REST API mirroring the Harry Potter Wiki: houses (with founders, ghosts, and heads), wizards, spells, elixirs, ingredients, and magical creatures, each returned as detailed JSON. Built and maintained by a small volunteer team (MossPiglets) on .NET/ASP.NET Core with a public Swagger spec, hosted free on Heroku with no key, account, or documented rate limit beyond the dyno's own capacity.

Urantia PapersWizard World
AuthenticationNoneNone
Pricingfreefree
FormatsJSONJSON
CORSyesyes
HTTPSYesYes

More comparisons