entities.paragraphs
ActiveTool of Urantia Papers
declared in 1.0.0
Get all paragraphs that mention a specific entity, ordered by position in the text. Useful for studying everything said about a particular being, place, or concept.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"entity_id"
],
"properties": {
"page": {
"type": "integer",
"default": 0,
"maximum": 9007199254740991,
"minimum": 0,
"description": "Page number (0-indexed)"
},
"limit": {
"type": "integer",
"default": 20,
"maximum": 100,
"minimum": 1,
"description": "Results per page (1-100)"
},
"entity_id": {
"type": "string",
"description": "Entity slug ID. Example: \"god-the-father\""
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Urantia Papers
https://github.com/urantia-hub/urantia-dev-api
2/7 registries