Get entity mentions in transcript
Finds all mentions of a specific entity within an episode’s transcript and returns each mention with surrounding dialogue context. Useful for seeing exactly where and how an entity is discussed.
Authorizations
Pass your API key in the X-API-Key header (recommended).
Path Parameters
Episode slug or ID
Query Parameters
Entity identifier (KGE ID or slug). When omitted, returns mentions for all entities.
Lines of dialogue context returned on each side of every mention line. A single mention yields up to 2*context_lines+1 lines (clamped at transcript boundaries). Adjacent or overlapping windows merge into one chunk.
0 <= x <= 20Results per page. When entity_id is set, paginates the mentions[] (windows) for that entity; otherwise paginates the top-level entities[].
1 <= x <= 100Opaque pagination cursor from a previous response.
Response
OK
Entity mention results. One per entity when entity_id is specified, multiple (paginated) when showing all.
Parent episode ID
When entity_id is set, true if more mention windows exist beyond this page; otherwise true if more entities exist.
Pass to the next request to fetch the next page.