Skip to main content
GET
/
entities
/
{id}
Get an entity by ID
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
  }
}

Path Parameters

id
string
required

Response

The entity

data
object
required