curl -H "X-API-Key: gld_your_key" \
"https://api.gildea.ai/v1/entities?type_primary=Organization&limit=10"
{
"data": [
{
"entity_id": "ent_01JABCDEF123456789",
"display_name": "NVIDIA",
"type_primary": "Organization",
"wikipedia_url": "https://en.wikipedia.org/wiki/Nvidia",
"signal_count": 156,
"first_seen": "2025-10-03T00:00:00Z",
"last_seen": "2026-02-14T00:00:00Z",
"trend": {
"momentum_wow": 0.50,
"momentum_4w": 0.25,
"acceleration": 0.10,
"z_score": 2.1,
"persistence": 0.83,
"share_of_voice": 0.12,
"share_of_voice_history": [0.08, 0.07, 0.09, 0.12],
"streak": 4,
"current_week": 15,
"prior_week": 10
},
"content_type_mix": {"analysis": 90, "event": 66},
"value_chain_distribution": {"AI Infrastructure": 80, "Foundation Models": 45},
"market_force_distribution": {"Competitive Dynamics": 70, "Supply & Demand": 50}
}
],
"has_more": true,
"next_cursor": "eyJzaWduYWxfY291bnQiOjE1Nn0="
}
Retrieve a paginated list of entities with trend stats
curl -H "X-API-Key: gld_your_key" \
"https://api.gildea.ai/v1/entities?type_primary=Organization&limit=10"
{
"data": [
{
"entity_id": "ent_01JABCDEF123456789",
"display_name": "NVIDIA",
"type_primary": "Organization",
"wikipedia_url": "https://en.wikipedia.org/wiki/Nvidia",
"signal_count": 156,
"first_seen": "2025-10-03T00:00:00Z",
"last_seen": "2026-02-14T00:00:00Z",
"trend": {
"momentum_wow": 0.50,
"momentum_4w": 0.25,
"acceleration": 0.10,
"z_score": 2.1,
"persistence": 0.83,
"share_of_voice": 0.12,
"share_of_voice_history": [0.08, 0.07, 0.09, 0.12],
"streak": 4,
"current_week": 15,
"prior_week": 10
},
"content_type_mix": {"analysis": 90, "event": 66},
"value_chain_distribution": {"AI Infrastructure": 80, "Foundation Models": 45},
"market_force_distribution": {"Competitive Dynamics": 70, "Supply & Demand": 50}
}
],
"has_more": true,
"next_cursor": "eyJzaWduYWxfY291bnQiOjE1Nn0="
}
Organization, Person, Product.signal_count, last_seen, momentum_wow.curl -H "X-API-Key: gld_your_key" \
"https://api.gildea.ai/v1/entities?type_primary=Organization&limit=10"
{
"data": [
{
"entity_id": "ent_01JABCDEF123456789",
"display_name": "NVIDIA",
"type_primary": "Organization",
"wikipedia_url": "https://en.wikipedia.org/wiki/Nvidia",
"signal_count": 156,
"first_seen": "2025-10-03T00:00:00Z",
"last_seen": "2026-02-14T00:00:00Z",
"trend": {
"momentum_wow": 0.50,
"momentum_4w": 0.25,
"acceleration": 0.10,
"z_score": 2.1,
"persistence": 0.83,
"share_of_voice": 0.12,
"share_of_voice_history": [0.08, 0.07, 0.09, 0.12],
"streak": 4,
"current_week": 15,
"prior_week": 10
},
"content_type_mix": {"analysis": 90, "event": 66},
"value_chain_distribution": {"AI Infrastructure": 80, "Foundation Models": 45},
"market_force_distribution": {"Competitive Dynamics": 70, "Supply & Demand": 50}
}
],
"has_more": true,
"next_cursor": "eyJzaWduYWxfY291bnQiOjE1Nn0="
}