API
Developer Portal
Build on top of Blaze Sports Intel. Access real-time sports data, analytics, and predictions through our REST API.
Quick Links
๐
API Reference
Full interactive documentation with Swagger UI
๐
OpenAPI Spec
Download the raw OpenAPI 3.0 specification
๐
Legacy Docs
Previous API documentation (deprecated)
API Categories
โก
Live Scores
Real-time scores for MLB, NFL, NBA, and college sports.
/api/scores/api/games/{id}๐
Health & Status
Service health checks and system status.
/api/healthz/api/health/{service}๐
Transfer Portal
College athlete transfer data and tracking.
/api/portal/entries/api/portal/players๐
Analytics
Advanced statistics and predictions.
/api/analytics/api/predictionsGetting Started
1. Check API Status
curl https://blazesportsintel.com/api/healthz2. Fetch Live Scores
curl https://blazesportsintel.com/api/scores?sport=mlb3. Browse Full Documentation
Explore all endpoints with the interactive Swagger UI documentation.
Open API Reference โRate Limits & Authentication
Public Endpoints
- โข 100 requests/minute
- โข No authentication required
- โข Cached responses (60s TTL)
Pro API Access
- โข 1000 requests/minute
- โข API key authentication
- โข Real-time data (7s refresh)