A local odds feed for Australian sports products
Many generic odds APIs focus on US and European markets first. PuntersEdge is built around Australian-facing bookmakers, local sports and racing workflows.
Use the API to compare prices, power odds widgets, monitor racing next-to-go markets, feed betting models and build analytics dashboards without stitching together multiple bookmaker scrapers.
- Live sports odds endpoints
- Best-odds comparison
- Horse, greyhound and harness racing
- API-key authentication
- Free tier available
Example API calls
curl "https://puntersedge.online/api/v1/sports/nrl/odds?markets=h2h" \
-H "X-API-Key: YOUR_API_KEY"
curl "https://puntersedge.online/api/v1/best-odds/afl" \
-H "X-API-Key: YOUR_API_KEY"
curl "https://puntersedge.online/api/v1/racing/next-to-go?num_races=5" \
-H "X-API-Key: YOUR_API_KEY"