cURL
curl --request GET \ --url https://api.urantia.dev/entities
{ "data": [ { "id": "<string>", "name": "<string>", "type": "being", "aliases": [ "<string>" ], "description": "<string>", "seeAlso": [ "<string>" ], "citationCount": 123 } ], "meta": { "page": 123, "limit": 123, "total": 123, "totalPages": 123 } }
Browse the entity catalog (beings, places, orders, races, religions, concepts). Supports filtering by type and searching by name.
x >= 0
1 <= x <= 100
being
place
order
race
religion
concept
200
Paginated list of entities
Show child attributes