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