Skip to main content
Paragraphs are the atomic content units of the Urantia Papers. Each one has a unique reference, full text, HTML rendering, optional audio, and optional entity mentions.

Reference formats

The API accepts three formats for identifying a paragraph — all auto-detected: Use whichever is most natural for your use case. The standard reference (2:0.1) is the most common in Urantia Book study.

Get a paragraph

Get a random paragraph

Returns a single random paragraph — great for daily quotes, inspiration widgets, or testing.

Filter by length

Use minLength and maxLength to filter by character count. This is useful when you need paragraphs of a specific length — for example, voice recording prompts or card-sized quotes.

Context window

Retrieve a paragraph with its surrounding context:
Returns target (the requested paragraph), before (preceding paragraphs), and after (following paragraphs). The window parameter accepts 1–10. This is especially useful for RAG applications where an LLM needs surrounding context to give accurate answers.

Entity enrichment

Add ?include=entities to get typed entity mentions on any paragraph:
Each entity includes id, name, and type (being, place, order, race, religion, or concept).

Response shape

API Reference — Paragraphs

See the full endpoint documentation with interactive examples.