Playground

API Playground

Send real requests to the SportFeeds API from your browser. Your key is stored only in this browser's local storage.

Endpoint

The unified posts endpoint. Filter by league, team, player, game, geo, media type, score, or recency.

API Key
Saved in your browser only. Never sent anywhere except the API.
Query parameters
9 supported parameters

No parameters set

Show supported parameters (9)
modeleagues, teams, players, games, nearby, trending
leagueCSV of leagues: NFL, NBA, MLB, NHL, PGA
teamsCSV of team IDs (pair with id_type)
playersCSV of player IDs
id_typeespn_guid, espn_uid, code, sportradar, etc.
highlighttrue/false — restrict to AI-verified highlights
media_typevideo or image
sortrecent or trending
limit1-100, default 30
Request
curl -H "Authorization: YOUR_API_KEY" \
  "/api/public/v1/posts"
Response

Send a request to see the response.