GET /api/v1/homerun-props.json
Full data analysis, comprehensive dashboards
Complete dataset with all games, players, lines, and odds from multiple sportsbooks.
Size: ~0.4 KB
GET /api/v1/summary.json
Quick overview, mobile apps, initial page loads
Lightweight summary with game info and player counts (no odds data).
Size: ~0.4 KB
GET /api/v1/players.json
Player comparison tools, fantasy apps
All player props with game context, optimized for player-focused views.
Size: ~0.5 KB
GET /api/v1/best-odds.json
Value betting, line shopping, odds comparison
Best odds and value bets ranked by favorability across all sportsbooks.
Size: ~0.5 KB
All endpoints return JSON with consistent structure:
metadata
: Generation timestamp, date, timezonesummary
: Total counts and statisticsgames
or players
: Main data arraysNo rate limiting on these endpoints. Data is cached and served statically.
All endpoints support CORS for browser-based applications.
Data is automatically updated every 2 hours during baseball season (10 AM - 10 PM ET).
This API provides MLB home run prop betting odds with consensus pricing across multiple sportsbooks. Data is sourced from The Odds API and processed to provide clean, consistent formatting for developers and analysts.
Built with: Python, The Odds API, GitHub Actions, GitHub Pages