Skip to main content
GET
/
v1
/
entities
/
{id}
cURL
curl -H "X-API-Key: $PARTICLE_API_KEY" \
  "https://api.particle.pro/v1/entities/{id}"
{
  "id": "<string>",
  "name": "<string>",
  "slug": "<string>",
  "company": {
    "id": "<string>",
    "domain": "<string>",
    "ticker": "<string>"
  },
  "description": "<string>",
  "image_url": "<string>",
  "person": {
    "id": "<string>",
    "company": "<string>",
    "image_url": "<string>",
    "title": "<string>"
  },
  "type": {
    "name": "<string>",
    "slug": "<string>"
  },
  "wikipedia_url": "<string>"
}

Authorizations

X-API-Key
string
header
required

Pass your API key in the X-API-Key header (recommended).

Path Parameters

id
string
required

Entity slug (e.g., 'sam-altman', 'apple') or ID

Response

OK

id
string
required

Unique identifier

name
string
required

Entity name

slug
string
required

Human-readable slug identifier

company
object

Linked company record, if this entity is a known company

description
string

Short description

image_url
string

Entity image URL

person
object

Linked person record, if this entity is a known person

type
object

Category. Omitted when the entity falls outside the supported set.

wikipedia_url
string

Wikipedia URL