SportFeeds
Fantasy

Add Highlights to Fantasy Sports Platforms

Fantasy players care about their guys. Show them the play that scored the points — highlight video resolved to the individual player — and push the injury news that changes their lineup before someone else tells them.

  • Clips tagged to individual players, not just teams
  • Injury, inactive and lineup-change webhooks
  • 0–10 engagement rating for a clean player timeline
  • Query by your existing player IDs
  • One-minute ingestion cycle, 24/7

Why fantasy platforms run highlights

Scoring updates tell a manager what happened. Video shows them. Player-level clips turn a box score into a session, and breaking injury alerts are the single highest-value push notification a fantasy app can send.

  • Attach video to every scoring event on a roster
  • Alert managers on injuries and inactives before lock
  • Give waiver and trade screens a reason to be browsed
  • Build a per-player timeline with no editorial work

The last week for a rostered player

Combine with a webhook subscription for injuries on the same players.

curl "https://api.sportfeeds.com/v1/posts?players=00481522&min_rating=7&limit=20" \
  -H "Authorization: Bearer $SPORTFEEDS_API_KEY"

How to ship it

Step 1

Map your player pool

Call /v1/ids to map your player identifiers to SportFeeds IDs once, then store the mapping.

Step 2

Add a player timeline

Request posts per player and render them on the player card and roster detail screens.

Step 3

Push injury alerts

Subscribe to breaking news scoped to your leagues and fan the events out to managers who roster that player.

Start with this product
Sports Highlights API

Real-time video highlight clips from verified team, league, athlete and media accounts — resolved to sport, league, team and player, and rated 0–10 so you can surface only what performs.

View product

Frequently asked questions

Are clips really tagged to individual players?

Yes. Posts are resolved to player, team, league and sport using profile-level, source-level and model-based signals, including nickname resolution in context.

How fast do injury alerts arrive?

Sources are ingested on a one-minute cycle and webhook delivery typically happens seconds to a minute after publish.

Can I query with my own player IDs?

Yes. The IDs endpoint accepts external ID providers and returns SportFeeds IDs alongside handles and metadata.

What does it cost at fantasy scale?

Plans scale into bulk call buckets, and most platforms cache per player rather than per user, which keeps call volume low.

Related