entities.list
ActiveTool of Urantia Papers
declared in 1.0.0
Browse the entity catalog: beings, places, orders, races, religions, and concepts mentioned in the Urantia Book. Supports filtering by type and searching by name.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"q": {
"type": "string",
"description": "Alias for `query` (REST compatibility)."
},
"page": {
"type": "integer",
"default": 0,
"maximum": 9007199254740991,
"minimum": 0,
"description": "Page number (0-indexed)"
},
"type": {
"enum": [
"being",
"place",
"order",
"race",
"religion",
"concept"
],
"type": "string",
"description": "Filter by entity type"
},
"limit": {
"type": "integer",
"default": 20,
"maximum": 100,
"minimum": 1,
"description": "Results per page (1-100)"
},
"query": {
"type": "string",
"description": "Search entities by name or alias"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Urantia Papers
https://github.com/urantia-hub/urantia-dev-api
2/7 registries