Live odds data for widget and front-end builds
Odds widgets need a reliable data source that updates frequently enough to stay accurate and returns clean JSON that maps directly to front-end table components. PuntersEdge is designed for that front-end integration pattern.
One API call returns current odds across supported Australian bookmakers per event — ready to render in a price comparison table, best-odds badge or betting odds widget.
- JSON ready for front-end
- Racing poll age 7–20s on most books, 2.9x spread — per book, not one number
- Best-odds detection
- AFL, NRL, racing and more
- Free API key
Example API calls
# Racing — its own endpoint family, NOT a sport_key
curl "https://api.puntersedge.online/v1/racing/next-to-go?categories=horse&num_races=5" \
-H "X-API-Key: YOUR_API_KEY"
# Sports — best price per outcome across the books quoting it
curl "https://api.puntersedge.online/v1/best-odds/nrl" \
-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"