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)
mode— leagues, teams, players, games, nearby, trendingleague— CSV of leagues: NFL, NBA, MLB, NHL, PGAteams— CSV of team IDs (pair with id_type)players— CSV of player IDsid_type— espn_guid, espn_uid, code, sportradar, etc.highlight— true/false — restrict to AI-verified highlightsmedia_type— video or imagesort— recent or trendinglimit— 1-100, default 30Request
curl -H "Authorization: YOUR_API_KEY" \ "/api/public/v1/posts"
Response
Send a request to see the response.