Developers
API documentation
Read-only JSON endpoints for subscribed sports. Authenticate with a monthly Bearer token from Account. Site memberships do not unlock the API — see API Access plans.
Authentication
Authorization: Bearer pd_live_…
Tokens are issued per calendar month (UTC) and rotate automatically on the 1st. You can also rotate from Account. Expired or revoked tokens return 401.
Who am I
GET https://www.paydirtdata.com/api/v1/me
Returns masked email, betting/DFS scopes, and the current token period.
Betting models
Sports: nfl, nba, nhl, mlb.
GET /api/v1/betting/{sport}/games
GET /api/v1/betting/{sport}/props
GET /api/v1/betting/{sport}/player-stats
Query: limit (max 1000), skip- games — moneylines, spreads, totals (where available)
- props — bet sheet + prop trends
- player-stats — player prop projections (MLB: hitters + pitchers)
DFS projections & ownership
Sports: nfl, nba, nhl, mlb, mma, pga, nascar.
GET /api/v1/dfs/{sport}/projections
Query: site (draftkings|fanduel|dk|fd), slate, limit, skipExample
curl -s \ -H "Authorization: Bearer pd_live_YOUR_TOKEN" \ "https://www.paydirtdata.com/api/v1/betting/nfl/games?limit=50"
Pricing summary
- Betting (per sport): $600/mo or $6,000/yr
- Betting bundle (all 4): $2,000/mo or $20,000/yr
- DFS (per sport): $250/mo or $2,000/yr
- Full bundle (all betting + all DFS): $3,000/mo or $30,000/yr