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 } }
Returns a single entity by its slug ID.
The entity
Show child attributes