Broad odds API or Australian-first odds feed?
TheRundown.ai provides odds data across a wide market set for developers.
PuntersEdge competes by focusing on Australian bookmaker coverage, AFL, NRL, racing and a clear free-key-to-paid-plan funnel.
- AU bookmaker coverage
- Local sport intent
- Racing workflows
- REST/JSON
- 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"