The API includes a catalog of 4,400+ named entities extracted from the Urantiapedia knowledge graph, built by Jan Herca. Each entity is classified by type and linked to every paragraph where it appears.Documentation Index
Fetch the complete documentation index at: https://urantia.dev/llms.txt
Use this file to discover all available pages before exploring further.
Entity types
| Type | Description | Examples |
|---|---|---|
being | Named individuals and personalities | Adam and Eve, Michael of Nebadon, Machiventa Melchizedek |
place | Locations and geographic regions | Jerusem, Havona, Garden of Eden |
order | Orders and classes of beings | Seraphim, Midwayers, Thought Adjusters |
race | Races and peoples | Andites, Nodites, Sangik races |
religion | Religious traditions and movements | Christianity, Buddhism, Salem teachings |
concept | Ideas, doctrines, and abstract topics | Morontia, Supreme Being, personality survival |
Entity shape
| Field | Description |
|---|---|
id | URL-friendly slug, used as the entity identifier |
name | Display name |
type | One of: being, place, order, race, religion, concept |
aliases | Alternative names (nullable) |
description | Brief description from Urantiapedia (nullable) |
seeAlso | Related entity IDs (nullable) |
citationCount | Number of paragraphs that mention this entity |
Browsing entities
Getting a single entity
Finding paragraphs for an entity
Translated entities
All 4,456 entities are available in 5 languages: Spanish, French, Portuguese, German, and Korean. Pass?lang= to get translated names, descriptions, and aliases.
language field indicating which language was returned:
"language": "eng".
Supported languages: eng (default), es, fr, pt, de, ko
To see translation progress across all languages, use the /languages endpoint:
Inline entities on paragraphs
You can also include entity mentions directly on paragraph responses using?include=entities:
entities array to each paragraph with the id, name, and type of every entity mentioned:
/paragraphs/*, /papers/:id, /search, and /search/semantic. For search endpoints, pass "include": "entities" in the request body.