Skip to main content
All static data that powers the API is available directly from a public Cloudflare R2 bucket at cdn.urantia.dev. Audio files are served from a separate subdomain at audio.urantia.dev. You can use these files for offline apps, custom pipelines, or self-hosted setups.

What’s available

URL patterns

Audio files

Paragraph-level audio follows this naming pattern:
Examples:
Available voices:

Video files

Paper-level videos with narrated audio and synced text overlay:
All 197 papers have videos with the nova voice. Videos include animated background, paragraph text fading in/out, section title cards, and intro/outro branding.

JSON files

Paper JSON files are numbered 000.json through 196.json:

Entities

Embeddings

The embeddings file is ~455 MB. Only download it if you need vector search capabilities for a self-hosted setup.

Audio manifest

Paper JSON structure

Each paper file contains the full text with structured metadata:

Use cases

  • Offline apps — Download the JSON files and audio for offline reading and listening
  • Custom search — Use the embeddings to build your own vector search
  • Self-hosted API — Seed your own database from the source JSON and entities
  • Data analysis — Analyze entity relationships, citation patterns, or text embeddings
  • Alternative TTS — Use the text data to generate audio with other TTS providers
For most use cases, the API is easier than working with raw files. Use the CDN when you need bulk access or offline capabilities.