Build broader than one bookmaker
Developer searches for Neds odds usually point to a bigger need: local bookmaker coverage, pricing comparison and reliable JSON responses.
PuntersEdge gives you an API signup path for sports odds, racing next-to-go data, best odds and pricing plans.
- Australian bookmaker comparison
- JSON API
- Sports/racing coverage
- Best-price workflows
- Free 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"