Skip to main content

List Entities

List all entities with optional filtering. Also supports search via the q parameter.

Query Parameters

string
Filter by category: politics, sports, crypto, finance
string
Filter by subcategory: nfl, presidential, etc.
string
Filter by group within a subcategory
string
Filter by entity type: person, team, org, place, league, asset, event
string
Filter by tag
string
Search entities by name (minimum 2 characters)
number
default:"50"
Results per page
string
Cursor for pagination (from previous response’s nextCursor)

Response

Search Example

Search is done via the q parameter on the same list endpoint:

Get Entity

Get entity details including relationships, markets, and news.

Path Parameters

string
required
Entity slug (e.g., patrick-mahomes)

Response


Get Entity (Full)

Get entity with all related data including relationships, primary and secondary markets, and news.

Path Parameters

string
required
Entity slug

Query Parameters

number
Maximum number of markets to return
number
Maximum number of news items to return

Response


Get Entity Markets

Get prediction markets connected to an entity.

Path Parameters

string
required
Entity slug

Query Parameters

string
Filter by venue: polymarket, kalshi
number
Maximum results

Response


Get Entity News

Get news items related to an entity.

Path Parameters

string
required
Entity slug

Query Parameters

number
Maximum results

Response


Get Entity Relationships

Get all relationships for an entity, organized by direction.

Path Parameters

string
required
Entity slug

Response


Get entities related by graph traversal, with path and distance information.

Path Parameters

string
required
Entity slug

Query Parameters

number
default:"2"
How many relationship hops to traverse
string
Comma-separated entity types to include

Response


Get Subcategories

Get available subcategories, optionally filtered by category.

Query Parameters

string
Filter subcategories by parent category

Response


Get Entities by Market

Get all entities linked to a specific market.

Path Parameters

string
required
Market ID

Response