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.Documentation Index
Fetch the complete documentation index at: https://urantia.dev/llms.txt
Use this file to discover all available pages before exploring further.
Reference formats
The API accepts three formats for identifying a paragraph — all auto-detected:| Format | Example | Pattern |
|---|---|---|
| Standard reference | 2:0.1 | paperId:sectionId.paragraphId |
| Paper.section.paragraph | 2.0.1 | paperId.sectionId.paragraphId |
| Global ID | 1:2.0.1 | partId:paperId.sectionId.paragraphId |
2:0.1) is the most common in Urantia Book study.
Get a paragraph
Get a random paragraph
Filter by length
UseminLength 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.
| Parameter | Type | Description |
|---|---|---|
minLength | integer | Minimum character count of paragraph text |
maxLength | integer | Maximum character count of paragraph text |
Context window
Retrieve a paragraph with its surrounding context: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:
id, name, and type (being, place, order, race, religion, or concept).
Response shape
API Reference — Paragraphs
See the full endpoint documentation with interactive examples.