Sports Data API
Free agent-facing sports data. NFL is live today; NBA, MLB, and NHL are on the roadmap.
Sports data is the second open vertical on TensorFeed, after the AI ecosystem. Agents asking “who plays this week” or “what is the latest news on the Chiefs” can call a clean JSON endpoint without scraping ESPN or stitching together five different feeds.
Architecture is multi-league from day one (/api/sports/{league}/...) so additional leagues land without breaking URLs. Each upstream source is reviewed for commercial-redistribution rights before integration.
NFL
live32-team factual catalog plus hourly aggregated news from ESPN, NFL.com, CBS Sports, and Yahoo Sports. Players, schedule, and stats land in V2 from nflverse-data.
NBA
plannedRoadmapped. Source TBD pending ToS review (NBA Stats API redistribution unclear; community open datasets likely).
MLB
live30-team factual catalog plus hourly aggregated news from ESPN, MLB.com, CBS Sports, and Yahoo Sports. Lahman seasonal data and Retrosheet game logs are V2 candidates.
NHL
plannedRoadmapped. Source TBD pending ToS review.
Free agent endpoints
/api/sportsLeague directory (live + roadmapped)/api/sports/nfl/teams32 NFL teams, filterable by conference and division/api/sports/nfl/teams/{id}One team by id (e.g. sf, kc, nyj) or abbreviation/api/sports/nfl/newsRSS-aggregated NFL headlines, optional ?team= filter