Real-time bookmaker feeds for live products
Live odds products need fast, consistent price updates across supporting Australian bookmakers. PuntersEdge refreshes odds every 30 seconds from live bookmaker feeds and serves them through a clean REST endpoint.
Use it to power price alerts, live comparison widgets, real-time odds terminals and market monitors across AFL, NRL, basketball, tennis, horse racing and greyhounds.
- 30-second refresh cycle
- 9 Australian bookmakers
- AFL, NRL, NBA, racing
- REST/JSON responses
- Free API key
Example API calls
curl "https://api.puntersedge.online/v1/sports/nrl/odds?markets=h2h" \
-H "X-API-Key: YOUR_API_KEY"
curl "https://api.puntersedge.online/v1/best-odds/afl" \
-H "X-API-Key: YOUR_API_KEY"
curl "https://api.puntersedge.online/v1/racing/next-to-go?num_races=5" \
-H "X-API-Key: YOUR_API_KEY"