PuntersEdge Developers
Getting Started with the PuntersEdge API
The PuntersEdge API delivers live and historical odds from 10+ Australian bookmakers across sports and racing. Start with a free key, make your first call in under two minutes.
1. Get a free API key
Sign up at the API Platform page to receive your free API key instantly. The free tier provides 500 credits per month โ enough for exploration and lightweight integrations.
2. Your first odds request
Pass your API key in the X-API-Key header. All responses are JSON.
# NRL odds โ all bookmakers
curl -H "X-API-Key: YOUR_KEY" \
"https://puntersedge.online/api/v1/sports/nrl/odds?markets=h2h"
# AFL โ best price only
curl -H "X-API-Key: YOUR_KEY" \
"https://puntersedge.online/api/v1/best-odds/afl"
# Next-to-go racing
curl -H "X-API-Key: YOUR_KEY" \
"https://puntersedge.online/api/v1/racing/next-to-go?num_races=10&categories=horse"
3. Supported workflows
- Live odds scraping โ poll any sport endpoint; data refreshes every 30โ60 seconds.
- Best-price detection โ use
/best-odds/{sport}to get the top price per outcome across all covered bookmakers, plus an arb flag. - Racing next-to-go โ horses, greyhounds, and harness with Sportsbet and Betfair prices.
- Historical data โ see Historical Odds API for past prices and results.
4. Coverage summary
10+ bookmakers across AFL, NRL, NBA, EPL, tennis, cricket, and Australian racing. Full matrix at Australian Bookmakers Coverage.
- Sports: AFL (5 books), NRL (4), EPL (2), NBA (3), Tennis (2), Cricket (2)
- Racing: Betfair, Sportsbet, Ladbrokes, Neds โ horses, greyhounds, harness
- Refresh: sports every 60s, racing every 30s
5. Pricing plans
- Free: 500 credits/month โ no card required
- Pro: 20,000 credits/month โ $29 AUD/month
- Pro Plus: 100,000 credits/month โ $99 AUD/month
- Unlimited: 5M credits/month โ $249 AUD/month
Each API call consumes 1 credit. Upgrade at any time on the platform page.