Skip to main content
The Urantia Book is structured as 197 papers organized into 4 parts, with the Foreword as Paper 0. Each paper contains numbered sections, and each section contains numbered paragraphs.

Structure

LevelCountDescription
Parts4Major divisions of the book
Papers197Individual papers (0 = Foreword)
Sections1,626Subdivisions within papers
Paragraphs14,500+Atomic content units

Table of contents

Get the full hierarchical structure in a single call:
curl https://api.urantia.dev/toc
Returns all parts with their papers nested inside — useful for building navigation.

List all papers

curl https://api.urantia.dev/papers
Returns metadata for all 197 papers including title, part, and section count.

Read a paper

# Get Paper 1 — The Universal Father
curl https://api.urantia.dev/papers/1
Returns the full paper with all paragraphs. Each paragraph includes text, htmlText, standardReferenceId, audio URLs, and optional entity mentions. Add ?include=entities to get entity annotations on every paragraph:
curl https://api.urantia.dev/papers/1?include=entities

Get sections

# Get sections for Paper 1
curl https://api.urantia.dev/papers/1/sections
Returns the section breakdown for a paper — useful for building section-level navigation.

The 4 parts

PartPapersTopic
I1–31The Central and Superuniverses
II32–56The Local Universe
III57–119The History of Urantia
IV120–196The Life and Teachings of Jesus

API Reference — Papers

See the full endpoint documentation with interactive examples.