Skip to main content
GET
Get entity detail
Takes a public entity ID (gld:/…) or a URL-encoded display name. For entity types and trend field semantics, see Entities.

Authorizations

X-API-Key
string
header
required

API key for authentication. Include in every request as X-API-Key: gld_your_key_here.

Path Parameters

name_or_id
string
required

Public entity ID (gld:/…) or URL-encoded display name (e.g. NVIDIA). Internal prefix-encoded IDs are rejected with a 400.

Example:

"gld:/a1b2c3d4e5f6"

Response

Entity profile with related entities.

entity_id
string
required

Stable public entity ID.

Example:

"gld:/a1b2c3d4e5f6"

name
string
required

Canonical display name.

Example:

"NVIDIA"

type
string
required

Entity type.

Example:

"organization"

signal_count
integer
required

Total signals mentioning this entity.

Example:

245

trend
EntityTrend · object
required

Legible trend counts. Raw estimators (Theil-Sen, Mann-Kendall, etc.) are not exposed — the interpretation fields (scale/direction/...) summarize them.

first_seen
string | null

Earliest signal mention (ISO date).

Example:

"2025-09-03"

last_seen
string | null

Most recent signal mention (ISO date).

Example:

"2026-01-15"

content_type_mix
Content Type Mix · object

Signal count by content type.

Example:
value_chain_distribution
Value Chain Distribution · object

Signal count by value-chain theme.

Example:
market_force_distribution
Market Force Distribution · object

Signal count by market-force theme.

Example:
scale
enum<string> | null

Interpretation: relative scale.

Available options:
Large,
Medium,
Small
Example:

"Large"

direction
enum<string> | null

Interpretation: trend direction. Null when the entity has too few mentions to classify.

Available options:
Rising,
Stable,
Declining,
New
Example:

"Rising"

confidence
enum<string> | null

Interpretation: statistical confidence.

Available options:
Significant,
Insignificant
Example:

"Significant"

stability
enum<string> | null

Interpretation: signal stability.

Available options:
Volatile,
Steady
Example:

"Steady"

notability
enum<string> | null

Interpretation: foreground vs background.

Available options:
High,
Medium,
Low,
Negligible
Example:

"High"

notability_reasoning
string | null
Example:

"Sustained multi-week growth in coverage across a widening set of sources."

Top 25 co-occurring entities ranked by co-occurrence count. Capped: broad entities co-occur with most of the corpus, and the long tail is noise.