MoneyLine API Documentation
Unified sports data API for scores, odds, DFS props, exchanges, and edge analysis across NFL, NBA, MLB, and NHL.
Quick Start
All requests go through a single base URL:
https://mlapi.bet/v1
Get Your API Key
- Sign up for a MoneyLine account.
- Navigate to the Dashboard.
- Create an API key from the API Keys section.
Your First Request
Pass your key via the x-api-key header. Here is an example that fetches today's events:
curl -H "x-api-key: YOUR_API_KEY" https://mlapi.bet/v1/events/today
What's Available
MoneyLine provides a comprehensive sports data platform covering four major leagues. Here is what you can access, including daily player stat updates for season summaries, event-linked game logs, and discovery-ready player analysis:
4 Major Sports
NFL, NBA, MLB, and NHL with full season coverage.
Real-Time Scores
Live game scores, statuses, and box score data.
Odds Across All Venue Types
Game lines and player props from US sportsbooks, DFS pick'em sites, and supported exchanges.
Edge Analysis
Arbitrage opportunities, expected value, and value bets across sportsbooks, DFS, and exchanges.
Team Rosters
Current rosters with player info for every team.
Player Game Logs
Daily-refreshed player stats by season, exact event, exact date, or date range.
Best Bets & Discovery Feeds
Best line surfaces plus trending-player and hit-rate endpoints for B2C integrations.
MoneyLine AI
A controlled AI layer that turns MoneyLine betting data into grounded answers and developer-ready records.
Injury Reports
Up-to-date injury designations and return timelines.
Explore the Docs
Use the sidebar to navigate through the available sections. You will find detailed endpoint references, request and response schemas, and code examples for every resource. Start with Authentication to learn how keys work, then explore the Events, Odds, Player Props, and Edge and Best Bets sections, then finish with MoneyLine AIfor the core data endpoints and recommendation surfaces.