Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.urantia.dev/entities/{id}
{ "data": { "id": "<string>", "name": "<string>", "aliases": [ "<string>" ], "description": "<string>", "seeAlso": [ "<string>" ], "citationCount": 123, "language": "<string>" } }
Returns a single entity by its slug ID.
The entity
Show child attributes