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>",
    "aliases": [
      "<string>"
    ],
    "description": "<string>",
    "seeAlso": [
      "<string>"
    ],
    "citationCount": 123,
    "language": "<string>"
  }
}

Path Parameters

id
string
required

Response

The entity

data
object
required