Add Highlights to Live Scores Apps
A score is an answer, not an experience. Attach the clip behind the number: real-time highlight video from verified team, league and media accounts, resolved to the same teams and players already on your scoreboard.
- Clips mapped to team and player IDs you already store
- 0–10 engagement rating for automatic curation
- Recap surface that fills itself after every match
- Coverage across the leagues on your scoreboard
- One REST endpoint, no pipeline to build
Why scores apps run highlights
Score-only apps get checked and closed. A highlight rail under each match turns a five-second glance into a session, and gives you a post-match surface that populates without a content team.
- Add a clip rail to every match detail page
- Auto-build recaps from the highest-rated clips of the game
- Give push notifications something to link to
- Keep the feed fresh overnight and out of season
Top-rated clips for a single team's latest match
Swap teams for players to build a player detail rail.
curl "https://api.sportfeeds.com/v1/posts?teams=NFL_JETS&media_type=video&min_rating=8&limit=10" \
-H "Authorization: Bearer $SPORTFEEDS_API_KEY"How to ship it
Map your teams
Use /v1/ids to map your existing team identifiers to SportFeeds IDs, or query directly with our universal league codes.
Add a clip rail
Request /v1/posts per match with a team filter and a rating floor, and render the results under the box score.
Cache and refresh
Cache responses for a minute or two — ingestion runs on a one-minute cycle, so anything faster is wasted calls.
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 productFrequently asked questions
Can I match clips to a specific game?
Yes. Filter by team and time window around the fixture, or by player, and use the 0–10 rating to keep only the strongest moments.
Which leagues are covered?
American football, basketball, soccer, baseball, hockey, cricket, rugby, MMA and golf across dozens of leagues. The coverage pages list the current state per league.
How many calls will this take?
Most scores apps cache per match rather than per user. Plans start at a free testing tier and scale into bulk call buckets.
Is there a webhook instead of polling?
Yes. Breaking news and qualifying posts can be pushed to your endpoint so you are not polling for changes.