MoneyLine API Documentation

Unified sports data API for scores, odds, 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

  1. Sign up for a MoneyLine account.
  2. Navigate to the Dashboard.
  3. 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:

Get 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:

4 Major Sports

NFL, NBA, MLB, and NHL with full season coverage.

Real-Time Scores

Live game scores, statuses, and box score data.

Odds from 9+ Books

Spreads, totals, and moneylines from major sportsbooks.

Edge Analysis

Arbitrage opportunities, expected value, and value bets.

Team Rosters

Current rosters with player info for every team.

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, and Edge sections for the core data endpoints.