Skip to main content
GET
Get Breakout Entity

Authorizations

X-API-Key
string
header
required

Path Parameters

entity_id
string
required

Opaque entity identifier

Query Parameters

sort
string
default:recommended

Topic ordering, to match the list view: 'recommended' (default) orders an entity's topics by notability, 'newest' by recency. Pass the same sort you listed with so the expanded topics match the listed rows.

temporal_status
enum<string> | null

Restrict this entity's topics to those tied to an event of this timing relative to now: 'upcoming' (not yet started), 'ongoing' (in progress), or 'past'. Only topics tied to a scheduled event have a timing. Filter a topic by its request-time event temporal status.

Only topics linked to a scheduled event carry a temporal status, so filtering by any of these values implicitly restricts results to event-linked topics.

Available options:
upcoming,
ongoing,
past

Response

Successful Response

A single entity's current breaking topics and recent activity.

There is no ranking score here — that value is only meaningful in the ranked list context, not for a single-entity fetch.

entity_id
string
required

Opaque identifier for this entity

name
string
required

Entity display name

entity_type
string
required

Entity kind: 'player' or 'team'

velocity
number
required

Recent activity relative to the entity's own typical level

trend_direction
string
required

'rising', 'steady', or 'cooling'

last_activity_at
string<date-time> | null

When this entity most recently appeared in breaking coverage (ISO 8601, UTC)

topics
EntityTopicRef · object[]

The entity's current breaking topics

timeline
EntityTimelineBucket · object[]

Recent daily activity for this entity